*Fix the bug that frostbite cannot be broken by damage.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-19 22:31:59 -06:00
parent 7c5a88fdf7
commit 8545728daa

View File

@@ -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: