From 2d2f6f6785c8114f82c329f53afa443a489c4f82 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 21 Dec 2008 18:13:05 -0600 Subject: *Fix the bug that mace spec stuns self. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; } -- cgit v1.2.3