[9029] Fixed spell 0451 and ranks buff apply.

In fact drop now wrong redundent code.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
j4r0d 2009-12-19 22:31:46 +03:00 committed by VladimirMangos
parent da3f340e14
commit d560c657d8
2 changed files with 1 additions and 9 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9028"
#define REVISION_NR "9029"
#endif // __REVISION_NR_H__