From 4a17224a652d2f87fdebdf7e572b7ce4da327336 Mon Sep 17 00:00:00 2001 From: QAston Date: Thu, 23 Jul 2009 18:32:32 +0200 Subject: *Creature eventAI cancast power check - by smellbee. --HG-- branch : trunk --- src/game/Spell.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/Spell.h') 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(); -- cgit v1.2.3