From 2fe9fed7c71697af06b981e221ea54acb62abb6b Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Tue, 7 Apr 2009 10:51:45 +0200 Subject: * Tabs to spaces -- using: perl -p -i -e "s/\t/ /g" * --HG-- branch : trunk --- src/game/World.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/game/World.cpp') 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" ); } -- cgit v1.2.3