[API] World API Optimizations (#4850)

This commit is contained in:
Chris Miles
2025-04-09 20:55:13 -05:00
committed by GitHub
parent d1fd40cd85
commit cc30c72538
4 changed files with 78 additions and 55 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ public:
int GetClientCount();
void GetClients(const char *zone_name, std::vector<ClientListEntry *> &into);
void GetClientList(Json::Value &response);
void GetClientList(Json::Value &response, bool full_list = false);
void GetGuildClientList(Json::Value& response, uint32 guild_id);
void SendCharacterMessage(uint32_t character_id, int chat_type, const std::string& message);