From 93c7ff05e21bd1929a5ae8c49bfc30b53eaf61b4 Mon Sep 17 00:00:00 2001 From: Kinglykrab Date: Sat, 30 Aug 2025 12:08:07 -0400 Subject: [PATCH] Test --- world/clientlist.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/world/clientlist.cpp b/world/clientlist.cpp index 9ed05d554..ed7c8f501 100644 --- a/world/clientlist.cpp +++ b/world/clientlist.cpp @@ -36,6 +36,8 @@ #include "../common/zone_store.h" #include +WorldDatabase database; + uint32 numplayers = 0; //this really wants to be a member variable of ClientList... ClientList::ClientList()