Misc fixes
This commit is contained in:
@@ -149,7 +149,9 @@ namespace WorldServer
|
||||
// Clean the database before starting
|
||||
ClearOnlineAccounts();
|
||||
|
||||
Log.outInfo(LogFilter.Server, "Using World DB: {0}", Global.WorldMgr.LoadDBVersion());
|
||||
Global.WorldMgr.LoadDBVersion();
|
||||
|
||||
Log.outInfo(LogFilter.Server, $"Using World DB: {Global.WorldMgr.GetDBVersion()}");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user