mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 14:46:24 +00:00
fix(Scripts/Spells): Fixed T3 6P Frostfire Regalia bonus not proccing. (#12585)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user