diff options
Diffstat (limited to 'src/game/CreatureGroups.cpp')
-rw-r--r-- | src/game/CreatureGroups.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/CreatureGroups.cpp b/src/game/CreatureGroups.cpp index 2af4b1cce03..6c688ab316f 100644 --- a/src/game/CreatureGroups.cpp +++ b/src/game/CreatureGroups.cpp @@ -82,7 +82,7 @@ void CreatureGroupManager::LoadCreatureFormations() if (!result) { - sLog.outErrorDb(" ...an error occured while loading the table creature_formations ( maybe it doesn't exist ?)\n"); + sLog.outErrorDb(" ...an error occured while loading the table creature_formations (maybe it doesn't exist ?)\n"); return; } @@ -96,7 +96,7 @@ void CreatureGroupManager::LoadCreatureFormations() } uint32 total_records = result->GetRowCount(); - barGoLink bar( total_records); + barGoLink bar(total_records); Field *fields; FormationInfo *group_member; @@ -147,7 +147,7 @@ void CreatureGroupManager::LoadCreatureFormations() while (result->NextRow()) ; sLog.outString(); - sLog.outString( ">> Loaded %u creatures in formations", total_records ); + sLog.outString(">> Loaded %u creatures in formations", total_records); sLog.outString(); } |