From e5bbb4d20bfb5a2a63fb222d64c1a66d3fe074e7 Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 6 Apr 2009 18:27:30 +0200 Subject: *Fix compile. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 1 - src/game/SpellAuras.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src/game') diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index eed34712d93..a70e55b4faa 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -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); diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index 9ef35965937..12249bc3976 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -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); -- cgit v1.2.3