Core/Spells: Fixed Blade FURry not sharing damage/ignoring armor to additional mobs.
This commit is contained in:
parent
b2685af33b
commit
b9f12ddf8a
1 changed files with 1 additions and 0 deletions
|
|
@ -3047,6 +3047,7 @@ void SpellMgr::LoadSpellCustomAttr()
|
|||
spellInfo->AttributesCu |= SPELL_ATTR0_CU_IGNORE_ARMOR;
|
||||
break;
|
||||
case 64422: // Sonic Screech (Auriaya)
|
||||
case 13877: // Blade Flurry (Rogue Spell) should ignore armor and share damage to 2nd mob
|
||||
spellInfo->AttributesCu |= SPELL_ATTR0_CU_SHARE_DAMAGE;
|
||||
spellInfo->AttributesCu |= SPELL_ATTR0_CU_IGNORE_ARMOR;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue