diff options
author | Kudlaty <none@none> | 2009-06-11 00:02:08 +0200 |
---|---|---|
committer | Kudlaty <none@none> | 2009-06-11 00:02:08 +0200 |
commit | 1eb6b25e55e369a7cc4e1154b246ae0541edb24f (patch) | |
tree | b678ba1d4b45d48da1107e1cfc878af3096d9a21 /src/game/SpellMgr.cpp | |
parent | 8adcd1e93b2499dd70eca5d19cd96bd4beeda11d (diff) | |
parent | da067afe12b457e603fd9f3af6914764c48a07dd (diff) |
merge
--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: |