From da067afe12b457e603fd9f3af6914764c48a07dd Mon Sep 17 00:00:00 2001 From: QAston Date: Wed, 10 Jun 2009 23:44:30 +0200 Subject: *Fix Improved Spell Reflection *Fix Glyph of Improved Scorch *Sword And Board *Fix Glyph of Devastate - original patch by CRAZyBUg --HG-- branch : trunk --- src/game/SpellMgr.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/SpellMgr.cpp') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index e6af1d7ba21..9901b0fe7af 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3341,6 +3341,12 @@ void SpellMgr::LoadSpellCustomAttr() case 45150: // Meteor Slash mSpellCustomAttr[i] |= SPELL_ATTR_CU_SHARE_DAMAGE; break; + case 59725: // Improved Spell Reflection - aoe aura + // Target entry seems to be wrong for this spell :/ + spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_PARTY_CASTER; + spellInfo->EffectRadiusIndex[0] = 45; + //mSpellCustomAttr[i] |= SPELL_ATTR_CU_EXCLUDE_SELF; + //break; case 27820: // Mana Detonation //case 28062: case 39090: // Positive/Negative Charge //case 28085: case 39093: -- cgit v1.2.3