diff options
| author | Kudlaty <none@none> | 2009-06-15 02:01:09 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-06-15 02:01:09 +0200 |
| commit | a9b3be8c9936539ed3b40f774559910dcee98e71 (patch) | |
| tree | 88954d12148d0dbbcf4bb47a8abd90a9fed94f8d /src/game/SpellMgr.cpp | |
| parent | a4cb3799db7c0571cf063de037330f38e0a10007 (diff) | |
| parent | e81175ec11124e885d349b1dca257d0cf97bdd85 (diff) | |
*merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 14f7033cfc6..cc9dcfb14e4 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3351,10 +3351,8 @@ void SpellMgr::LoadSpellCustomAttr() // 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; + break; case 27820: // Mana Detonation - case 55789: // Improved Icy Talons //case 28062: case 39090: // Positive/Negative Charge //case 28085: case 39093: mSpellCustomAttr[i] |= SPELL_ATTR_CU_EXCLUDE_SELF; |
