diff options
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 47515638490..9479c628f13 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -2394,11 +2394,6 @@ bool Creature::HasSpellCooldown(uint32 spell_id) const return (itr != m_CreatureSpellCooldowns.end() && itr->second > time(NULL)) || HasCategoryCooldown(spell_id); } -bool Creature::IsInEvadeMode() const -{ - return /*!i_motionMaster.empty() &&*/ i_motionMaster.GetCurrentMovementGeneratorType() == HOME_MOTION_TYPE; -} - bool Creature::HasSpell(uint32 spellID) const { uint8 i; |