mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Added ping() call to botdb
This commit is contained in:
parent
e903b06c22
commit
2cd910ad86
@ -544,6 +544,7 @@ int main(int argc, char** argv) {
|
||||
if (InterserverTimer.Check()) {
|
||||
InterserverTimer.Start();
|
||||
database.ping();
|
||||
botdb.ping();
|
||||
entity_list.UpdateWho();
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user