fix(Scripts/ZulAman): remove cast transfigure when going into lynx (#20716)

This commit is contained in:
Jelle Meeus
2024-11-24 16:18:23 +01:00
committed by GitHub
parent ab7f49b220
commit c1c9443dd1

View File

@@ -158,10 +158,7 @@ struct boss_halazzi : public BossAI
case PHASE_LYNX:
{
if (_phase == PHASE_MERGE)
{
DoCastSelf(SPELL_TRANSFIGURE, true);
me->ResumeChasingVictim();
}
summons.DespawnAll();
if (_transformCount)