diff options
author | megamage <none@none> | 2008-12-21 18:13:05 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-21 18:13:05 -0600 |
commit | 2d2f6f6785c8114f82c329f53afa443a489c4f82 (patch) | |
tree | 129764c4b309f6c9fd2d1be3a466b7c6d4f5a4a4 /src | |
parent | bf655a996ec1021e3e825eb6ef2a0a35ac98ab3f (diff) |
*Fix the bug that mace spec stuns self.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 3 |
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; } |