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:
@@ -3286,18 +3286,13 @@ namespace Game.Entities
|
|||||||
spellInfo.MaxAffectedTargets = 5;
|
spellInfo.MaxAffectedTargets = 5;
|
||||||
});
|
});
|
||||||
|
|
||||||
// Curse of the Plaguebringer - Noth (H)
|
|
||||||
ApplySpellFix(new[] { 54835 }, spellInfo =>
|
|
||||||
{
|
|
||||||
spellInfo.MaxAffectedTargets = 8;
|
|
||||||
});
|
|
||||||
|
|
||||||
ApplySpellFix(new[] {
|
ApplySpellFix(new[] {
|
||||||
40827, // Sinful Beam
|
40827, // Sinful Beam
|
||||||
40859, // Sinister Beam
|
40859, // Sinister Beam
|
||||||
40860, // Vile Beam
|
40860, // Vile Beam
|
||||||
40861, // Wicked 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;
|
spellInfo.MaxAffectedTargets = 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user