mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
*Fixed creature following in dungeons
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user