diff options
| author | QAston <none@none> | 2009-04-06 18:27:30 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-06 18:27:30 +0200 |
| commit | e5bbb4d20bfb5a2a63fb222d64c1a66d3fe074e7 (patch) | |
| tree | 1e149db9aa5333c2437681c4ee454684e7925d85 | |
| parent | fa1df5bac3a188371d84eab524fc57fb6d9e4e34 (diff) | |
*Fix compile.
--HG--
branch : trunk
| -rw-r--r-- | src/game/SpellAuras.cpp | 1 | ||||
| -rw-r--r-- | src/game/SpellAuras.h | 1 |
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); |
