aboutsummaryrefslogtreecommitdiff
path: root/src/game/World.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-04-07 10:51:45 +0200
committerXTZGZoReX <none@none>2009-04-07 10:51:45 +0200
commit2fe9fed7c71697af06b981e221ea54acb62abb6b (patch)
tree6ef4315d9fd88d1a18b775c2ed0a56661df76d90 /src/game/World.cpp
parent81e2f4ab89f48408479019a4dc017e638779f848 (diff)
* Tabs to spaces -- using: perl -p -i -e "s/\t/ /g" *
--HG-- branch : trunk
Diffstat (limited to 'src/game/World.cpp')
-rw-r--r--src/game/World.cpp22
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" );
}