aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r--src/game/Spell.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h
index 51a2b91e63e..1f4086280f0 100644
--- a/src/game/Spell.h
+++ b/src/game/Spell.h
@@ -390,7 +390,6 @@ class Spell
SpellCastResult CheckCasterAuras() const;
int32 CalculateDamage(uint8 i, Unit* target) { return m_caster->CalculateSpellDamage(m_spellInfo,i,m_currentBasePoints[i],target); }
- int32 CalculatePowerCost();
bool HaveTargetsForEffect(uint8 effect) const;
void Delayed();