aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/CreatureGroups.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CreatureGroups.cpp b/src/game/CreatureGroups.cpp
index 215bca059e8..1314e865b48 100644
--- a/src/game/CreatureGroups.cpp
+++ b/src/game/CreatureGroups.cpp
@@ -187,7 +187,7 @@ void CreatureGroup::SetMemberDestination(Creature *member)
return;
float x,y,z;
- uint32 lowguid = member->GetGUIDLow();
+ uint32 lowguid = member->GetDBTableGUIDLow();
UNORDERED_MAP<uint32, FormationMember*>::iterator itr2 = CreatureGroupMap.find(lowguid);