From d560c657d870464abe5b6da4f726aae7b1072d87 Mon Sep 17 00:00:00 2001 From: j4r0d Date: Sat, 19 Dec 2009 22:31:46 +0300 Subject: [PATCH] [9029] Fixed spell 0451 and ranks buff apply. In fact drop now wrong redundent code. Signed-off-by: VladimirMangos --- src/game/SpellEffects.cpp | 8 -------- src/shared/revision_nr.h | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index dff8f47af..27d08cdb9 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -365,16 +365,8 @@ void Spell::EffectSchoolDMG(uint32 effect_idx) } break; } - case SPELLFAMILY_MAGE: - { - // Arcane Blast - if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x20000000)) - { - m_caster->CastSpell(m_caster, 36032, true); - } break; - } case SPELLFAMILY_WARRIOR: { // Bloodthirst diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index b26265ec8..76c1b8d4f 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9028" + #define REVISION_NR "9029" #endif // __REVISION_NR_H__