fix(Scripts/ZulAman): Nalorakk sometimes not move when player close (#19893)

* Fix nalorakk sometimes not move when player close

* init _phase

* Revert "Fix nalorakk sometimes not move when player close"

This reverts commit b42cd4634bb4ffd225eaa7480428c6ba6b4817c6.
This commit is contained in:
kissingers
2024-09-07 21:39:31 +08:00
committed by GitHub
parent 7eee1345d0
commit cf95c1dfbd

View File

@@ -89,6 +89,7 @@ struct boss_nalorakk : public BossAI
{
boss_nalorakk(Creature* creature) : BossAI(creature, DATA_NALORAKKEVENT)
{
_phase = PHASE_SEND_GUARDS_1;
_ranIntro = false;
_active = true;
creature->SetReactState(REACT_PASSIVE);