From fb10c7c8f28af9acf4348ce0fe6d5b93499173f8 Mon Sep 17 00:00:00 2001 From: Arthorius Date: Fri, 9 Jan 2009 03:49:26 +0300 Subject: [PATCH] Implement DK 43265 and ranks Signed-off-by: DiSlord --- src/game/SpellAuras.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index e982d1e47..92ce181c7 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -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;