fix(Scripts/ZulAman): Set Akilzon encounter in progress when engaged (#20531)
This commit is contained in:
parent
63f1bd00a3
commit
e80b0ce8b8
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ public:
|
|||
|
||||
void JustEngagedWith(Unit* /*who*/) override
|
||||
{
|
||||
_JustEngagedWith();
|
||||
|
||||
ScheduleTimedEvent(10s, 20s, [&]{
|
||||
Unit* target = SelectTarget(SelectTargetMethod::Random, 1);
|
||||
if (!target)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue