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:
parent
7eee1345d0
commit
cf95c1dfbd
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue