diff options
author | QAston <none@none> | 2009-05-24 15:36:15 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-05-24 15:36:15 +0200 |
commit | 1b2579a2abd8dea7d728333706b57cd8b23e0936 (patch) | |
tree | fcf8194d4f4d77c8d479626ba49d7f1c0c5b0d69 /src/game/SpellMgr.cpp | |
parent | 74770dbcf6b04dbaa2fbf6ea3d47d6daa3f8b4db (diff) |
Ancestral Awakening target selection
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 8a944ea972f..a859a672c9e 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3247,7 +3247,6 @@ void SpellMgr::LoadSpellCustomAttr() case 37676: // Insidious Whisper case 46009: // Negative Energy case 45641: // Fire Bloom - case 54937: // Glyph of Holy Light case 55665: // Life Drain - Sapphiron (H) case 28796: // Poison Bolt Volly - Faerlina spellInfo->MaxAffectedTargets = 5; @@ -3256,7 +3255,6 @@ void SpellMgr::LoadSpellCustomAttr() case 40859: // Sinister Beam case 40860: // Vile Beam case 40861: // Wicked Beam - case 57669: // Replenishment case 54835: // Curse of the Plaguebringer - Noth (H) case 54098: // Poison Bolt Volly - Faerlina (H) spellInfo->MaxAffectedTargets = 10; @@ -3301,14 +3299,6 @@ void SpellMgr::LoadSpellCustomAttr() // Starfall AOE Damage else if(spellInfo->SpellFamilyFlags[2] & 0x800000) mSpellCustomAttr[i] |= SPELL_ATTR_CU_EXCLUDE_SELF; - // Wild growth - else if(spellInfo->SpellFamilyFlags[1] & 0x4000000) - spellInfo->MaxAffectedTargets = 5; - break; - // circle of healing - case SPELLFAMILY_PRIEST: - if(spellInfo->SpellFamilyFlags[0] & 0x10000000) - spellInfo->MaxAffectedTargets = 5; break; } } |