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::iterator itr2 = CreatureGroupMap.find(lowguid);