diff --git a/zone/net.cpp b/zone/net.cpp index 6800e078d..9be5074f2 100644 --- a/zone/net.cpp +++ b/zone/net.cpp @@ -544,6 +544,7 @@ int main(int argc, char** argv) { if (InterserverTimer.Check()) { InterserverTimer.Start(); database.ping(); + botdb.ping(); entity_list.UpdateWho(); } };