diff options
Diffstat (limited to 'src/game/BattleGroundMgr.cpp')
-rw-r--r-- | src/game/BattleGroundMgr.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/BattleGroundMgr.cpp b/src/game/BattleGroundMgr.cpp index e6492a7a100..ce9eae6a5c8 100644 --- a/src/game/BattleGroundMgr.cpp +++ b/src/game/BattleGroundMgr.cpp @@ -1719,7 +1719,7 @@ void BattleGroundMgr::CreateInitialBattleGrounds() bar.step(); - sLog.outString(); + sLog.outString(""); sLog.outErrorDb(">> Loaded 0 battlegrounds. DB table `battleground_template` is empty."); return; } @@ -1815,7 +1815,7 @@ void BattleGroundMgr::CreateInitialBattleGrounds() delete result; - sLog.outString(); + sLog.outString(""); sLog.outString( ">> Loaded %u battlegrounds", count ); } @@ -2097,7 +2097,7 @@ void BattleGroundMgr::LoadBattleMastersEntry() barGoLink bar( 1 ); bar.step(); - sLog.outString(); + sLog.outString(""); sLog.outString( ">> Loaded 0 battlemaster entries - table is empty!" ); return; } @@ -2125,6 +2125,6 @@ void BattleGroundMgr::LoadBattleMastersEntry() delete result; - sLog.outString(); + sLog.outString(""); sLog.outString( ">> Loaded %u battlemaster entries", count ); } |