aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.h
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-23 18:32:32 +0200
committerQAston <none@none>2009-07-23 18:32:32 +0200
commit4a17224a652d2f87fdebdf7e572b7ce4da327336 (patch)
treee90262456ef36e3a062c236f39c9c03b6e9f16f2 /src/game/Spell.h
parent21ffe5f70adfaee9fb1567fb42d0e276e79b8ec7 (diff)
*Creature eventAI cancast power check - by smellbee.
--HG-- branch : trunk
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();