fix(SAI/SpellInfo): Rework Eye of Acherus AI. (#25607)

This commit is contained in:
Rocco Silipo
2026-04-26 19:56:44 +02:00
committed by GitHub
parent 625b5cf172
commit 7ff0efa4c9
2 changed files with 39 additions and 1 deletions
@@ -5075,7 +5075,6 @@ void SpellMgr::LoadSpellInfoCorrections()
// Eye of Acherus Flight (Boost)
ApplySpellFix({ 51923 }, [](SpellInfo* spellInfo)
{
spellInfo->Effects[EFFECT_0].ApplyAuraName = SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED;
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_UNIT_CASTER);
});