fix(Scripts/EoE): Implement Malygos Vortex (#24726)

Co-authored-by: Manuel Carrasco (maanuel) <noreply@trinitycore.org>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Manuel Carrasco <manuel@carrasco.dev>
Co-authored-by: Trista <Trista@users.noreply.github.com>
This commit is contained in:
Andrew
2026-02-21 19:50:14 -03:00
committed by GitHub
parent 052c36224a
commit 0994714bd1
5 changed files with 191 additions and 165 deletions

View File

@@ -1892,12 +1892,6 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->Effects[EFFECT_0].TargetA = SpellImplicitTargetInfo(TARGET_DEST_DEST);
});
// Vortex (freeze anim)
ApplySpellFix({ 55883 }, [](SpellInfo* spellInfo)
{
spellInfo->AuraInterruptFlags |= AURA_INTERRUPT_FLAG_CHANGE_MAP;
});
// Hurl Pyrite
ApplySpellFix({ 62490 }, [](SpellInfo* spellInfo)
{