mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user