mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
*Fix the bug that mace spec stuns self.
--HG-- branch : trunk
This commit is contained in:
@@ -2031,6 +2031,9 @@ void SpellMgr::LoadSpellCustomAttr()
|
||||
case 12494: // Frostbite
|
||||
tempSpell->Attributes |= SPELL_ATTR_BREAKABLE_BY_DAMAGE;
|
||||
break;
|
||||
case 5530: // Mace spec (this will not be needed in 303
|
||||
tempSpell->rangeIndex = 13; //inf
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user