diff options
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r-- | src/game/World.cpp | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index def0bdf2691..d138c4c1bb4 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1526,17 +1526,17 @@ void World::SetInitialWorldSettings() sLog.outString("Initialize AuctionHouseBot..."); AuctionHouseBotInit(); - // possibly enable db logging; avoid massive startup spam by doing it here. - if (sLog.GetLogDBLater()) - { - sLog.outString("Enabling database logging..."); - sLog.SetLogDBLater(false); - sLog.SetLogDB(true); - } - else - { - sLog.SetLogDBLater(false); - } + // possibly enable db logging; avoid massive startup spam by doing it here. + if (sLog.GetLogDBLater()) + { + sLog.outString("Enabling database logging..."); + sLog.SetLogDBLater(false); + sLog.SetLogDB(true); + } + else + { + sLog.SetLogDBLater(false); + } sLog.outString( "WORLD: World initialized" ); } |