mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
Implement DK 43265 and ranks
Signed-off-by: DiSlord <DiSlord@nomail.ru>
This commit is contained in:
parent
6b8d42b721
commit
fb10c7c8f2
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue