mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
fix(Core/Spells): Winter's Chill now stacks from multiple sources
Signed-off-by: Chris <chriscgalbraith@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2ad98c573a
commit
d7c9b36a5c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user