[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
View File
@@ -72,6 +72,7 @@ public:
ZoneServer* FindByZoneID(uint32 ZoneID);
const std::list<std::unique_ptr<ZoneServer>> &getZoneServerList() const;
inline uint32_t GetServerListCount() { return zone_server_list.size(); }
void SendServerReload(ServerReload::Type type, uchar *packet = nullptr);
private: