diff options
Diffstat (limited to 'src/game/Unit.h')
| -rw-r--r-- | src/game/Unit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h index 7d63b827e2b..c6648f00a30 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1101,7 +1101,6 @@ class TRINITY_DLL_SPEC Unit : public WorldObject return false; } bool isPossessing(Unit* u) const { return u->isPossessed() && GetCharmGUID() == u->GetGUID(); } - bool isPossessingCreature() const { return isPossessing() && IS_CREATURE_GUID(GetCharmGUID()); } CharmInfo* GetCharmInfo() { return m_charmInfo; } CharmInfo* InitCharmInfo(Unit* charm); |
