mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user