mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[8313] Fix dk talent 49219 and ranks.
Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
parent
7dccfe768f
commit
902a645116
2 changed files with 7 additions and 1 deletions
|
|
@ -6148,6 +6148,12 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
|||
triggered_spell_id = 50526;
|
||||
break;
|
||||
}
|
||||
// Blood-Caked Blade
|
||||
if (dummySpell->SpellIconID == 138)
|
||||
{
|
||||
triggered_spell_id = dummySpell->EffectTriggerSpell[effIndex];
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue