diff options
author | XTZGZoReX <none@none> | 2009-04-07 12:24:41 +0200 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-04-07 12:24:41 +0200 |
commit | 65200e103984ba76b6c3fc13ad1c2776f19a7ab7 (patch) | |
tree | 4c23770b8504ef1a4cf3c1a0d8bbb59a96877fff /src/game/World.cpp | |
parent | af2d4f039bd3dc87e8112adf1d8af0744e6ac11d (diff) | |
parent | 2fe9fed7c71697af06b981e221ea54acb62abb6b (diff) |
* Merge.
--HG--
branch : trunk
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" ); } |