mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Spell/Script: Summon Scourged Captive
Closes #16357
(cherry picked from commit 0959f3071a)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user