diff options
Diffstat (limited to 'src/game/Creature.h')
| -rw-r--r-- | src/game/Creature.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h index d291aaf9db0..f2f02d165eb 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -509,7 +509,6 @@ class TRINITY_DLL_SPEC Creature : public Unit bool isHunterPet() const{ return m_summonMask & SUMMON_MASK_HUNTER_PET; } bool isVehicle() const { return m_summonMask & SUMMON_MASK_VEHICLE; } bool isTotem() const { return m_summonMask & SUMMON_MASK_TOTEM; } - bool isWorldCreature() const { return m_summonMask & SUMMON_MASK_PET; } void SetCorpseDelay(uint32 delay) { m_corpseDelay = delay; } bool isRacialLeader() const { return GetCreatureInfo()->RacialLeader; } |
