diff options
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index f86df8485df..e7572bf5e78 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -205,7 +205,7 @@ void Creature::SearchFormation() uint32 lowguid = GetDBTableGUIDLow(); if(!lowguid) - return; + return; CreatureGroupInfoType::iterator frmdata = CreatureGroupMap.find(lowguid); if(frmdata != CreatureGroupMap.end()) |