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

Port From (https://github.com/TrinityCore/TrinityCore/commit/98e0acd76812a145f314c97209fdbbd3d441fa41)
This commit is contained in:
hondacrx
2022-09-07 13:00:43 -04:00
parent dd15bc8eed
commit 13b221475b
+2 -7
View File
@@ -3286,18 +3286,13 @@ namespace Game.Entities
spellInfo.MaxAffectedTargets = 5;
});
// Curse of the Plaguebringer - Noth (H)
ApplySpellFix(new[] { 54835 }, spellInfo =>
{
spellInfo.MaxAffectedTargets = 8;
});
ApplySpellFix(new[] {
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.MaxAffectedTargets = 10;