mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Fix for non-BOTS compile failure
This commit is contained in:
parent
2cd910ad86
commit
a8d3ba41a7
@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user