From fea9d275fa0ed8f5b43dc54979cdd5a58afc993b Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 30 Apr 2014 23:02:01 +0200 Subject: Verify received components --- src/server/authserver/Main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/server/authserver/Main.cpp') diff --git a/src/server/authserver/Main.cpp b/src/server/authserver/Main.cpp index 0e23dd99ba8..be2e6a11d4f 100644 --- a/src/server/authserver/Main.cpp +++ b/src/server/authserver/Main.cpp @@ -254,6 +254,8 @@ extern int main(int argc, char** argv) #endif #endif + sBattlenetMgr->Load(); + // maximum counter for next ping uint32 numLoops = (sConfigMgr->GetIntDefault("MaxPingTime", 30) * (MINUTE * 1000000 / 100000)); uint32 loopCounter = 0; -- cgit v1.2.3