*Fix the bug that mace spec stuns self.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-12-21 18:13:05 -06:00
parent bf655a996e
commit 2d2f6f6785

View File

@@ -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;
}