fix(Scripts/SerpentshrineCavern): Leotheras should engage once adds a… (#17983)
fix(Scripts/SerpentshrineCavern): Leotheras should engage once adds are dead
This commit is contained in:
parent
8cf7b81e1b
commit
3c923ebc0c
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ struct boss_leotheras_the_blind : public BossAI
|
|||
me->LoadEquipment();
|
||||
me->SetReactState(REACT_AGGRESSIVE);
|
||||
me->SetStandState(UNIT_STAND_STATE_STAND);
|
||||
me->SetInCombatWithZone();
|
||||
Talk(SAY_AGGRO);
|
||||
|
||||
scheduler.Schedule(10min, [this](TaskContext)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue