fix(scripts/ZulGurub): Rewrite Broodlord Mandokir and Ohgan (#11854)

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
This commit is contained in:
Eddy Vega
2022-06-13 05:52:28 -06:00
committed by GitHub
parent b455206ac3
commit 3b0cd43d12
4 changed files with 278 additions and 54 deletions

View File

@@ -1363,6 +1363,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].Amplitude = 15000;
});
// Threatening Gaze
ApplySpellFix({ 24314 }, [](SpellInfo* spellInfo)
{
spellInfo->AuraInterruptFlags |= AURA_INTERRUPT_FLAG_CAST;
});
// Isle of Conquest
ApplySpellFix({ 66551 }, [](SpellInfo* spellInfo)
{