Spell/Script: Summon Scourged Captive

Port From (https://github.com/TrinityCore/TrinityCore/commit/48c8b650bb58ef15ff548f6ae15664dd20434d9a)
This commit is contained in:
hondacrx
2021-11-29 14:28:16 -05:00
parent e5148a7fd1
commit e92a5077f2
+10
View File
@@ -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 =>
{