Misc fixes

This commit is contained in:
hondacrx
2024-02-24 15:18:30 -05:00
parent 9d1589afd4
commit 6abd99260b
3 changed files with 5 additions and 4 deletions
+3 -1
View File
@@ -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;
}