diff options
| author | megamage <none@none> | 2009-01-02 15:47:44 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-02 15:47:44 -0600 |
| commit | b3aa49cbaae6a7cf5b69e56e6a0ddaf9dc9d414e (patch) | |
| tree | 7fddac3c3a6ed973d272690a0e3eea244b322fbc /src/game/SpellAuras.cpp | |
| parent | 14971d29369e06c77bf0452779d8633b8cd71eb5 (diff) | |
*Mangos [7008] Remove not used in 303 aura states from code. By DiSlord.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 2c5003b5673..8497e5f4a5f 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2111,12 +2111,6 @@ void Aura::HandleAuraDummy(bool apply, bool Real) } case SPELLFAMILY_MAGE: { - // Hypothermia - if( GetId()==41425 ) - { - m_target->ModifyAuraState(AURA_STATE_HYPOTHERMIA,apply); - return; - } break; } case SPELLFAMILY_DRUID: @@ -3692,17 +3686,6 @@ void Aura::HandleModMechanicImmunity(bool apply, bool Real) m_target->ApplySpellImmune(GetId(),IMMUNITY_MECHANIC,m_modifier.m_miscvalue,apply); - // special cases - switch(m_modifier.m_miscvalue) - { - case MECHANIC_INVULNERABILITY: - m_target->ModifyAuraState(AURA_STATE_FORBEARANCE,apply); - break; - case MECHANIC_SHIELD: - m_target->ModifyAuraState(AURA_STATE_WEAKENED_SOUL,apply); - break; - } - // Bestial Wrath if ( GetSpellProto()->SpellFamilyName == SPELLFAMILY_HUNTER && GetSpellProto()->Id == 19574) { |
