From 32604a75f694fa7182961a540a79c9a5060d0348 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sat, 14 Mar 2009 10:14:22 +0100 Subject: *Fixed creature following in dungeons --HG-- branch : trunk --- src/game/CreatureGroups.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/CreatureGroups.cpp b/src/game/CreatureGroups.cpp index 6b69a9102dd..55b56e0b94e 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); -- cgit v1.2.3