aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellMgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index 14549a2214d..cddf7d83e72 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -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;
}