diff options
Diffstat (limited to 'src/game/CreatureGroups.cpp')
-rw-r--r-- | src/game/CreatureGroups.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CreatureGroups.cpp b/src/game/CreatureGroups.cpp index 6b497129fe8..72efb6ef136 100644 --- a/src/game/CreatureGroups.cpp +++ b/src/game/CreatureGroups.cpp @@ -144,7 +144,7 @@ void CreatureGroupManager::LoadCreatureFormations() CreatureGroupMap[memberGUID] = group_member; } - while(result->NextRow()) ; + while (result->NextRow()) ; sLog.outString(); sLog.outString( ">> Loaded %u creatures in formations", total_records ); |