mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
*Fix the bug that frostbite cannot be broken by damage.
--HG-- branch : trunk
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user