aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/Spell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Spells/Spell.h b/src/server/game/Spells/Spell.h
index 4a9fc2a186b..2c4f996d360 100644
--- a/src/server/game/Spells/Spell.h
+++ b/src/server/game/Spells/Spell.h
@@ -702,14 +702,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;