From 2cd910ad864b9c40387bbaba9cb7bcfe1453f3d7 Mon Sep 17 00:00:00 2001 From: Uleat Date: Fri, 21 Jun 2019 07:58:47 -0400 Subject: [PATCH] Added ping() call to botdb --- zone/net.cpp | 1 + 1 file changed, 1 insertion(+) 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(); } };