From 519ab6af8294bd38d9d4149766eb4c9f15a14521 Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 31 Jul 2009 11:06:35 +0800 Subject: [8265] Add boss spells 64422 and 64688 to divided damage spells list. Author: Lutik --HG-- branch : trunk --- src/game/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3