diff options
author | megamage <none@none> | 2009-05-02 22:56:24 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-02 22:56:24 -0500 |
commit | c96092e9b1005dfd8799610990df5965fdeff340 (patch) | |
tree | 84bb0141587ea8b8342c953bb501e213fe805d5d | |
parent | 1410da9c3ec0fc038bfe306334031e8abe0f93b1 (diff) |
*Allow players interact with summoned npc.
--HG--
branch : trunk
-rw-r--r-- | src/game/ObjectAccessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |