diff options
-rw-r--r-- | src/server/game/Spells/Spell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/Spell.h b/src/server/game/Spells/Spell.h index c8506d0c405..a805d3db80d 100644 --- a/src/server/game/Spells/Spell.h +++ b/src/server/game/Spells/Spell.h @@ -684,14 +684,14 @@ class TC_GAME_API Spell static bool CanIncreaseRangeByMovement(Unit const* unit); + std::pair<float, float> GetMinMaxRange(bool strict) const; + protected: bool HasGlobalCooldown() const; void TriggerGlobalCooldown(); void CancelGlobalCooldown(); void _cast(bool skipCheck = false); - std::pair<float, float> GetMinMaxRange(bool strict) const; - WorldObject* const m_caster; SpellValue* const m_spellValue; |