mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +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:
|
case SPELLFAMILY_DEATHKNIGHT:
|
||||||
{
|
{
|
||||||
// Death and Decay
|
// Death and Decay
|
||||||
// if (spell->SpellFamilyFlags & 0x0000000000000020LL)
|
if (spell->SpellFamilyFlags & 0x0000000000000020LL)
|
||||||
// return;
|
{
|
||||||
|
if (caster)
|
||||||
|
caster->CastCustomSpell(m_target, 52212, &m_modifier.m_amount, NULL, NULL, true);
|
||||||
|
return;
|
||||||
|
}
|
||||||
// Raise Dead
|
// Raise Dead
|
||||||
// if (spell->SpellFamilyFlags & 0x0000000000001000LL)
|
// if (spell->SpellFamilyFlags & 0x0000000000001000LL)
|
||||||
// return;
|
// return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue