diff options
| author | QAston <none@none> | 2009-05-25 17:04:52 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-05-25 17:04:52 +0200 |
| commit | 93a9fef49807abd5a01e5cae0ccb0c4c0ef467ed (patch) | |
| tree | 40d1711fec9930536e7dbf8866578f51e1ab2607 /src/game/SpellEffects.cpp | |
| parent | 73be81098771eb834315a48312581211cbfde048 (diff) | |
*Remove obsolete code for Arcane Blast
*Reduce amount of auras removed at arena match start.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
| -rw-r--r-- | src/game/SpellEffects.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 19b451a9040..12008b94ddb 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -423,15 +423,6 @@ void Spell::SpellDamageSchoolDmg(uint32 effect_idx) break; } - case SPELLFAMILY_MAGE: - { - // Arcane Blast - if(m_spellInfo->SpellFamilyFlags[0] & 0x20000000) - { - m_caster->CastSpell(m_caster,36032,true); - } - break; - } case SPELLFAMILY_WARRIOR: { // Bloodthirst |
