fix(scripts/Ulduar): Improve Hodir (#4703)

This commit is contained in:
Cláudio Costa
2021-03-20 14:36:30 +00:00
committed by GitHub
parent d82d2041b4
commit aea4ce3094
5 changed files with 272 additions and 101 deletions

View File

@@ -5246,6 +5246,12 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->EffectRadiusIndex[0] = 16; // 1yd
});
// Hodir Shatter Cache
ApplySpellFix({ 62502 }, [](SpellEntry* spellInfo)
{
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_SRC_AREA_ENTRY;
});
// Ulduar, General Vezax, Mark of the Faceless
ApplySpellFix({ 63278 }, [](SpellEntry* spellInfo)
{