fix(Scripts/ZulAman): Set Akilzon encounter in progress when engaged (#20531)

This commit is contained in:
Andrew 2024-11-12 11:50:09 -03:00 committed by GitHub
parent 63f1bd00a3
commit e80b0ce8b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,6 +85,8 @@ public:
void JustEngagedWith(Unit* /*who*/) override
{
_JustEngagedWith();
ScheduleTimedEvent(10s, 20s, [&]{
Unit* target = SelectTarget(SelectTargetMethod::Random, 1);
if (!target)