diff --git a/Source/Game/Spells/SpellManager.cs b/Source/Game/Spells/SpellManager.cs index 5f131677c..f07ddf883 100644 --- a/Source/Game/Spells/SpellManager.cs +++ b/Source/Game/Spells/SpellManager.cs @@ -3477,6 +3477,7 @@ namespace Game.Entities }); ApplySpellFix(new[] { + 51597, // Summon Scourged Captive 56606, // Ride Jokkum 61791 // Ride Vehicle (Yogg-Saron) }, spellInfo => @@ -3488,6 +3489,15 @@ namespace Game.Entities }); }); + // Summon Scourged Captive + ApplySpellFix(new[] { 51597 }, spellInfo => + { + ApplySpellEffectFix(spellInfo, 0, spellEffectInfo => + { + spellEffectInfo.Scaling.Variance = 0.0f; + }); + }); + // Black Magic ApplySpellFix(new[] { 59630 }, spellInfo => {