Spell/Script: Summon Scourged Captive
Port From (https://github.com/TrinityCore/TrinityCore/commit/48c8b650bb58ef15ff548f6ae15664dd20434d9a)
This commit is contained in:
@@ -3477,6 +3477,7 @@ namespace Game.Entities
|
|||||||
});
|
});
|
||||||
|
|
||||||
ApplySpellFix(new[] {
|
ApplySpellFix(new[] {
|
||||||
|
51597, // Summon Scourged Captive
|
||||||
56606, // Ride Jokkum
|
56606, // Ride Jokkum
|
||||||
61791 // Ride Vehicle (Yogg-Saron)
|
61791 // Ride Vehicle (Yogg-Saron)
|
||||||
}, spellInfo =>
|
}, 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
|
// Black Magic
|
||||||
ApplySpellFix(new[] { 59630 }, spellInfo =>
|
ApplySpellFix(new[] { 59630 }, spellInfo =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user