Skip to content

Commit

Permalink
fix(Scripts/ZulAman): Nalorakk sometimes not move when player close (#…
Browse files Browse the repository at this point in the history
…19893)

* Fix nalorakk sometimes not move when player close

* init _phase

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

This reverts commit b42cd46.
  • Loading branch information
kissingers committed Sep 7, 2024
1 parent 7eee134 commit cf95c1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit cf95c1d

Please sign in to comment.