mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 08:48:22 +00:00
Fix for non-BOTS compile failure
This commit is contained in:
@@ -544,7 +544,9 @@ int main(int argc, char** argv) {
|
||||
if (InterserverTimer.Check()) {
|
||||
InterserverTimer.Start();
|
||||
database.ping();
|
||||
#ifdef BOTS
|
||||
botdb.ping();
|
||||
#endif
|
||||
entity_list.UpdateWho();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user