diff --git a/src/game/ObjectAccessor.cpp b/src/game/ObjectAccessor.cpp index 5ad5f036813..0608408cf5e 100644 --- a/src/game/ObjectAccessor.cpp +++ b/src/game/ObjectAccessor.cpp @@ -105,7 +105,7 @@ ObjectAccessor::GetNPCIfCanInteractWith(Player const &player, uint64 guid, uint3 return NULL; // not allow interaction under control - if(unit->GetCharmerOrOwnerGUID()) + if(unit->GetCharmerGUID()) return NULL; // not enemy