From 93a9fef49807abd5a01e5cae0ccb0c4c0ef467ed Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 25 May 2009 17:04:52 +0200 Subject: *Remove obsolete code for Arcane Blast *Reduce amount of auras removed at arena match start. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/game/SpellEffects.cpp') 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 -- cgit v1.2.3