Scripts/Naxxramas: Curse of the Plaguebringer should affect 10 targets in 25 man mode (#28164)

(cherry picked from commit 3735a3df0e)
This commit is contained in:
Dan Johnson
2022-08-02 14:50:49 -05:00
committed by Shauren
parent c2cfda91a3
commit 98e0acd768

View File

@@ -3597,18 +3597,13 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->MaxAffectedTargets = 5;
});
// Curse of the Plaguebringer - Noth (H)
ApplySpellFix({ 54835 }, [](SpellInfo* spellInfo)
{
spellInfo->MaxAffectedTargets = 8;
});
ApplySpellFix({
40827, // Sinful Beam
40859, // Sinister Beam
40860, // Vile Beam
40861, // Wicked Beam
54098 // Poison Bolt Volly - Faerlina (H)
54098, // Poison Bolt Volly - Faerlina (H)
54835 // Curse of the Plaguebringer - Noth (H)
}, [](SpellInfo* spellInfo)
{
spellInfo->MaxAffectedTargets = 10;