diff options
Diffstat (limited to 'src/server/game/Spells/Spell.h')
-rw-r--r-- | src/server/game/Spells/Spell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/game/Spells/Spell.h b/src/server/game/Spells/Spell.h index 258c5f5693b..4364bcbdbf4 100644 --- a/src/server/game/Spells/Spell.h +++ b/src/server/game/Spells/Spell.h @@ -695,6 +695,8 @@ class TC_GAME_API Spell bool IsWithinLOS(WorldObject const* source, Position const& target, VMAP::ModelIgnoreFlags ignoreFlags) const; void MovePosition(Position& pos, WorldObject const* from, float dist, float angle) const; + static bool CanIncreaseRangeByMovement(Unit const* unit); + protected: bool HasGlobalCooldown() const; void TriggerGlobalCooldown(); |