diff options
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index a0cd094a27b..c8b6bf6d167 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -2831,8 +2831,6 @@ void Spell::cast(bool skipCheck) { if (m_spellInfo->Mechanic == MECHANIC_BANDAGE) // Bandages m_preCastSpell = 11196; // Recently Bandaged - else if(m_spellInfo->SpellIconID == 1662 && m_spellInfo->AttributesEx & 0x20) - m_preCastSpell = 23230; // Blood Fury - Healing Reduction break; } case SPELLFAMILY_DRUID: |