diff options
Diffstat (limited to 'src/game/ScriptedCreature.cpp')
-rw-r--r-- | src/game/ScriptedCreature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ScriptedCreature.cpp b/src/game/ScriptedCreature.cpp index c2e817007c7..2c9d569c6d7 100644 --- a/src/game/ScriptedCreature.cpp +++ b/src/game/ScriptedCreature.cpp @@ -62,7 +62,7 @@ void SummonList::DespawnEntry(uint32 entry) void SummonList::DespawnAll() { - while(!empty()) + while (!empty()) { Creature *summon = Unit::GetCreature(*m_creature, *begin()); if(!summon) |