diff options
author | QAston <none@none> | 2009-06-10 23:44:30 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-10 23:44:30 +0200 |
commit | da067afe12b457e603fd9f3af6914764c48a07dd (patch) | |
tree | 4436fd11765815908a7281c76cbd5b4cc9b49e00 /src/game/SpellMgr.cpp | |
parent | 5ad8284841af267a45f5099f391e1aba9f57576a (diff) |
*Fix Improved Spell Reflection
*Fix Glyph of Improved Scorch
*Sword And Board
*Fix Glyph of Devastate - original patch by CRAZyBUg
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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: |