Spell/Script: Summon Scourged Captive

Closes #16357

(cherry picked from commit 0959f3071a)
This commit is contained in:
Killyana
2019-03-05 19:13:16 +01:00
committed by Shauren
parent cc5aadad1a
commit 48c8b650bb

View File

@@ -3804,6 +3804,7 @@ void SpellMgr::LoadSpellInfoCorrections()
});
ApplySpellFix({
51597, // Summon Scourged Captive
56606, // Ride Jokkum
61791 // Ride Vehicle (Yogg-Saron)
}, [](SpellInfo* spellInfo)
@@ -3815,6 +3816,15 @@ void SpellMgr::LoadSpellInfoCorrections()
});
});
// Summon Scourged Captive
ApplySpellFix({ 51597 }, [](SpellInfo* spellInfo)
{
ApplySpellEffectFix(spellInfo, EFFECT_0, [](SpellEffectInfo* spellEffectInfo)
{
spellEffectInfo->Scaling.Variance = 0.0f;
});
});
// Black Magic
ApplySpellFix({ 59630 }, [](SpellInfo* spellInfo)
{