Core/Spells: Fix max targets for spells 63018,65121,63024,64234 (Ulduar/XT-002 encounter)

Closes #580

Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
This commit is contained in:
Greymane
2011-06-08 15:29:23 +02:00
committed by Machiavelli
parent a7a1a123ec
commit bcfb8cf69d

View File

@@ -4016,6 +4016,13 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->StackAmount = 4;
++count;
break;
case 63018: // Searing Light
case 65121: // Searing Light (Heroic)
case 63024: // Gravity Bomb
case 64234: // Gravity Bomb (Heroic)
spellInfo->MaxAffectedTargets = 1;
count++;
break;
// ENDOF ULDUAR SPELLS
//
// ICECROWN CITADEL SPELLS