refactor(Scripts/ZA): Update Zul'jin (#20456)

This commit is contained in:
Andrew
2024-11-08 21:05:30 -03:00
committed by GitHub
parent d6840664c7
commit 138a2ca974
5 changed files with 314 additions and 501 deletions

View File

@@ -4856,6 +4856,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->AttributesEx3 |= SPELL_ATTR3_SUPPRESS_CASTER_PROCS;
});
// Claw Rage
ApplySpellFix({ 43149 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].TriggerSpell = 0;
});
// Black Qiraji Battle Tank
ApplySpellFix({ 26655, 26656 }, [](SpellInfo* spellInfo)
{