aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellAuras.cpp1
-rw-r--r--src/game/SpellAuras.h1
2 files changed, 0 insertions, 2 deletions
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);