fix(Core/WorldBoss): Azuregos rewrite (#10369)

This commit is contained in:
Nefertumm
2022-02-10 07:51:35 -03:00
committed by GitHub
parent 7eec7486e9
commit 520f0c6a50
3 changed files with 297 additions and 119 deletions

View File

@@ -4141,6 +4141,13 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_1].SpellClassMask[1] = 0x00020000;
});
// Arcane Vacuum
ApplySpellFix({ 21147 }, [](SpellInfo* spellInfo)
{
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(4); // 30 yards
spellInfo->AttributesEx3 |= SPELL_ATTR3_ONLY_ON_PLAYER;
});
// Focused Assault
// Brutal Assault
ApplySpellFix({ 46392, 46393 }, [](SpellInfo* spellInfo)