fix(Scripts/Ulduar): Supercharge stack issue fix (#3586)

This commit is contained in:
kubeeek
2020-11-04 14:10:20 +01:00
committed by GitHub
parent 2e298e7fc9
commit 6574007e48

View File

@@ -3178,6 +3178,7 @@ void SpellMgr::LoadSpellCustomAttr()
case 58567: // Player Sunder Armor
case 12579: // Player Winter's Chill
case 29306: // Naxxramas(Gluth's Zombies): Infected Wound
case 61920: // Ulduar(Spellbreaker): Supercharge
case 63978: // Ulduar(Rubble): Stone Nova
spellInfo->AttributesCu |= SPELL_ATTR0_CU_SINGLE_AURA_STACK;
break;