diff options
author | megamage <none@none> | 2009-05-18 15:04:05 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-18 15:04:05 -0500 |
commit | e8be2f026e59acb2a1629e4300c07cfbc9d2af89 (patch) | |
tree | 7e41896618aa3bf2a7938081f89e26ed442977da /src/game/SpellMgr.cpp | |
parent | 609f7bd6b97875cf8fcbe38b8615908d896f3684 (diff) |
*Add some scripted spells for naxx.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 5de2f843c87..4c83d286620 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3198,7 +3198,9 @@ void SpellMgr::LoadSpellCustomAttr() case 45150: // Meteor Slash mSpellCustomAttr[i] |= SPELL_ATTR_CU_SHARE_DAMAGE; break; - case 27820: + case 27820: // Mana Detonation + case 28062: case 39090: // Positive/Negative Charge + case 28085: case 39093: mSpellCustomAttr[i] |= SPELL_ATTR_CU_EXCLUDE_SELF; break; case 44978: case 45001: case 45002: // Wild Magic |