Implement DK 43265 and ranks

Signed-off-by: DiSlord <DiSlord@nomail.ru>
This commit is contained in:
Arthorius 2009-01-09 03:49:26 +03:00
parent 6b8d42b721
commit fb10c7c8f2

View file

@ -6572,8 +6572,12 @@ void Aura::PeriodicDummyTick()
case SPELLFAMILY_DEATHKNIGHT:
{
// Death and Decay
// if (spell->SpellFamilyFlags & 0x0000000000000020LL)
// return;
if (spell->SpellFamilyFlags & 0x0000000000000020LL)
{
if (caster)
caster->CastCustomSpell(m_target, 52212, &m_modifier.m_amount, NULL, NULL, true);
return;
}
// Raise Dead
// if (spell->SpellFamilyFlags & 0x0000000000001000LL)
// return;