mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[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:
parent
da3f340e14
commit
d560c657d8
2 changed files with 1 additions and 9 deletions
|
|
@ -365,16 +365,8 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
case SPELLFAMILY_MAGE:
|
case SPELLFAMILY_MAGE:
|
||||||
{
|
|
||||||
// Arcane Blast
|
|
||||||
if (m_spellInfo->SpellFamilyFlags & UI64LIT(0x20000000))
|
|
||||||
{
|
|
||||||
m_caster->CastSpell(m_caster, 36032, true);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
case SPELLFAMILY_WARRIOR:
|
case SPELLFAMILY_WARRIOR:
|
||||||
{
|
{
|
||||||
// Bloodthirst
|
// Bloodthirst
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9028"
|
#define REVISION_NR "9029"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue