This commit is contained in:
Kinglykrab 2025-08-30 12:08:07 -04:00
parent 7d5d6ad3a0
commit 93c7ff05e2

View File

@ -36,6 +36,8 @@
#include "../common/zone_store.h"
#include <set>
WorldDatabase database;
uint32 numplayers = 0; //this really wants to be a member variable of ClientList...
ClientList::ClientList()