fix(Core/Spells): Winter's Chill now stacks from multiple sources

Signed-off-by: Chris <chriscgalbraith@gmail.com>
This commit is contained in:
Christopher Galbraith
2020-08-21 18:07:02 +01:00
committed by GitHub
parent 2ad98c573a
commit d7c9b36a5c

View File

@@ -3177,6 +3177,7 @@ void SpellMgr::LoadSpellCustomAttr()
case 34655: // Snake Trap, Deadly Poison
case 11971: // Sunder Armor
case 58567: // Player Sunder Armor
case 12579: // Player Winter's Chill
case 29306: // Naxxramas(Gluth's Zombies): Infected Wound
spellInfo->AttributesCu |= SPELL_ATTR0_CU_SINGLE_AURA_STACK;
break;