aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/game/Spells/SpellMgr.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 2d9cc01fd32..c0a2a1ba80b 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3445,18 +3445,12 @@ void SpellMgr::LoadSpellInfoCorrections()
});
ApplySpellFix({
- 54835 // Curse of the Plaguebringer - Noth (H)
- }, [](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;