diff options
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index d7a89c18874..0032f9f7e67 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1919,6 +1919,7 @@ void SpellMgr::LoadSpellCustomAttr() tempSpell->MaxAffectedTargets = 5; break; case 8122: case 8124: case 10888: case 10890: // Psychic Scream + case 12494: // Frostbite tempSpell->Attributes |= SPELL_ATTR_BREAKABLE_BY_DAMAGE; break; default: |