aboutsummaryrefslogtreecommitdiff
path: root/src/game/CreatureGroups.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-07 22:59:46 +0200
committerSpp <none@none>2010-04-07 22:59:46 +0200
commit49d05ba9aa1cd5c1f3ae96546283e6d03a037ff7 (patch)
treef7e6135573366a686c1f527e16a0a7d42a7877ff /src/game/CreatureGroups.cpp
parentd19e12708001fbef2308be0e8cb5375a2ac7af48 (diff)
Code style (game + scripts only):
"( " --> "(" " )" --> ")" --HG-- branch : trunk
Diffstat (limited to 'src/game/CreatureGroups.cpp')
-rw-r--r--src/game/CreatureGroups.cpp6
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();
}