Updated DB2 structs

This commit is contained in:
hondacrx
2018-02-26 13:13:54 -05:00
parent 0a3dfaba37
commit 82dca6de94
61 changed files with 2639 additions and 2517 deletions
+1 -2
View File
@@ -42,8 +42,6 @@ namespace WorldServer
if (!ConfigMgr.Load(System.Diagnostics.Process.GetCurrentProcess().ProcessName + ".conf"))
ExitNow();
var WorldSocketMgr = new WorldSocketManager();
if (!StartDB())
ExitNow();
@@ -66,6 +64,7 @@ namespace WorldServer
return;
}
var WorldSocketMgr = new WorldSocketManager();
if (!WorldSocketMgr.StartNetwork(worldListener, worldPort, networkThreads))
{
Log.outError(LogFilter.Network, "Failed to start Realm Network");