fix(Core/Spells): Flamewaker's Sunder Armor should be single stack. (#9228)
This commit is contained in:
parent
22ef277520
commit
02ae2ed3f9
1 changed files with 1 additions and 0 deletions
|
|
@ -3282,6 +3282,7 @@ void SpellMgr::LoadSpellCustomAttr()
|
|||
case 29306: // Naxxramas(Gluth's Zombies): Infected Wound
|
||||
case 61920: // Ulduar(Spellbreaker): Supercharge
|
||||
case 63978: // Ulduar(Rubble): Stone Nova
|
||||
case 15502: // Sunder Armor
|
||||
spellInfo->AttributesCu |= SPELL_ATTR0_CU_SINGLE_AURA_STACK;
|
||||
break;
|
||||
case 43138: // North Fleet Reservist Kill Credit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue