aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-19 22:31:59 -0600
committermegamage <none@none>2008-12-19 22:31:59 -0600
commit8545728daa656e1c6458fdefcdedfbd1a06dfcf9 (patch)
tree2b743f65844b0b15426ed59d5a291c583f759b92 /src
parent7c5a88fdf7f147ed36d110d503b0156ad4aea126 (diff)
*Fix the bug that frostbite cannot be broken by damage.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.cpp1
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: