diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |