fix(Scripts/Zulaman): Halazzi double scheduling of lynx abilties in the first phase 1 (#20708)

double scheduling of enter lynx
This commit is contained in:
Jelle Meeus
2024-11-24 10:34:31 +01:00
committed by GitHub
parent 9db157545d
commit a6f279ccfa

View File

@@ -100,7 +100,6 @@ struct boss_halazzi : public BossAI
BossAI::Reset();
_transformCount = 0;
_phase = PHASE_NONE;
EnterPhase(PHASE_LYNX);
SetInvincibility(true);
}