aboutsummaryrefslogtreecommitdiff
path: root/src/game/CreatureGroups.cpp
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-03-14 11:21:25 +0100
committerBlaymoira <none@none>2009-03-14 11:21:25 +0100
commit0914744258c861d04597c69e5fd8acf964e9eca2 (patch)
treed96a439ac8b4967d3c0517cbad898894abf1723d /src/game/CreatureGroups.cpp
parent2723dec897bc4a02baa08b0d4742627314eb7202 (diff)
*Fixed creature following in dungeons
--HG-- branch : trunk
Diffstat (limited to 'src/game/CreatureGroups.cpp')
-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);