fix(Scripts/Spells): Fixed T3 6P Frostfire Regalia bonus not proccing. (#12585)

This commit is contained in:
UltraNix
2022-08-01 23:09:01 +02:00
committed by GitHub
parent ad7928ff9c
commit a5346d7811

View File

@@ -4329,6 +4329,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].SpellClassMask = flag96(0x00000003, 0x00001000);
});
// Elemental Vulnerability
ApplySpellFix({ 28772 }, [](SpellInfo* spellInfo)
{
spellInfo->Speed = 1;
});
// Find the Ancient Hero: Kill Credit
ApplySpellFix({ 25729 }, [](SpellInfo* spellInfo)
{