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