From b5b5eeb81501e64f3fec867b527306580509a32d Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 2 May 2009 22:59:55 -0500 Subject: *Allow player interact with summoned npc. --HG-- branch : trunk --- src/game/Player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 2f3b21f8621..c3672b8ea7e 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -2043,7 +2043,7 @@ Player::GetNPCIfCanInteractWith(uint64 guid, uint32 npcflagmask) return NULL; // not allow interaction under control - if(unit->GetCharmerOrOwnerGUID()) + if(unit->GetCharmerGUID()) return NULL; // not enemy -- cgit v1.2.3