mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user