diff options
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r-- | src/game/World.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index ded635cbf87..9b2c61b6b7d 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1720,10 +1720,8 @@ void World::SetInitialWorldSettings() sLog.SetLogDB(true); } else - { sLog.SetLogDB(false); - sLog.SetLogDBLater(false); - } + sScriptMgr.OnServerStartup(); sLog.outString("WORLD: World initialized"); } |