mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Added ping() call to botdb
This commit is contained in:
@@ -544,6 +544,7 @@ int main(int argc, char** argv) {
|
||||
if (InterserverTimer.Check()) {
|
||||
InterserverTimer.Start();
|
||||
database.ping();
|
||||
botdb.ping();
|
||||
entity_list.UpdateWho();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user