*Fix compile.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-04-06 18:27:30 +02:00
parent fa1df5bac3
commit e5bbb4d20b
2 changed files with 0 additions and 2 deletions

View File

@@ -758,7 +758,6 @@ void AreaAuraEffect::Update(uint32 diff)
//if(actualSpellInfo != GetSpellProto())
// actualBasePoints = actualSpellInfo->EffectBasePoints[m_effIndex];
Aura * aur = (*tIter)->AddAuraEffect(actualSpellInfo->Id, GetEffIndex(), caster);
RemoveParentAura();
if(m_areaAuraType == AREA_AURA_ENEMY)
caster->CombatStart(*tIter);

View File

@@ -355,7 +355,6 @@ class TRINITY_DLL_SPEC AuraEffect
int32 GetAmount() const {return m_amount;}
void SetAmount(int32 amount) { m_amount = amount; }
void CleanupTriggeredSpells();
bool RemoveParentAura();
protected:
AuraEffect (Aura * parentAura, uint8 effIndex, int32 * currentBasePoints , Unit * caster,Item * castItem);