diff options
Diffstat (limited to 'src/game/LootMgr.cpp')
-rw-r--r-- | src/game/LootMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index 100e1b8c33a..ec1ebca5381 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -168,12 +168,12 @@ void LootStore::LoadLootTable() Verify(); // Checks validity of the loot store - sLog.outString(); + sLog.outString(""); sLog.outString( ">> Loaded %u loot definitions (%d templates)", count, m_LootTemplates.size()); } else { - sLog.outString(); + sLog.outString(""); sLog.outErrorDb( ">> Loaded 0 loot definitions. DB table `%s` is empty.",GetName() ); } } |