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:
Andrew
2023-12-11 04:13:19 -03:00
committed by GitHub
parent 8cf7b81e1b
commit 3c923ebc0c

View File

@@ -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)