diff options
author | megamage <none@none> | 2009-07-31 11:06:35 +0800 |
---|---|---|
committer | megamage <none@none> | 2009-07-31 11:06:35 +0800 |
commit | 519ab6af8294bd38d9d4149766eb4c9f15a14521 (patch) | |
tree | e96b3f5fc50e3ff775299416704e5b8fb2a3bf5a /src | |
parent | 7349959fa0b6e9367586c8c42102b95b6a760a88 (diff) |
[8265] Add boss spells 64422 and 64688 to divided damage spells list. Author: Lutik
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 7e1da72be4e..e449a2dbe1c 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3896,6 +3896,7 @@ void SpellMgr::LoadSpellCustomAttr() case 40810: case 43267: case 43268: // Saber Lash case 42384: // Brutal Swipe case 45150: // Meteor Slash + case 64422: case 64688: // Sonic Screech mSpellCustomAttr[i] |= SPELL_ATTR_CU_SHARE_DAMAGE; break; case 59725: // Improved Spell Reflection - aoe aura |