mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(scripts/Ulduar): Improve Hodir (#4703)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user