From 8545728daa656e1c6458fdefcdedfbd1a06dfcf9 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 19 Dec 2008 22:31:59 -0600 Subject: *Fix the bug that frostbite cannot be broken by damage. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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: -- cgit v1.2.3