fix(Scripts/ZulAman): Set Akilzon encounter in progress when engaged (#20531)
This commit is contained in:
@@ -85,6 +85,8 @@ public:
|
|||||||
|
|
||||||
void JustEngagedWith(Unit* /*who*/) override
|
void JustEngagedWith(Unit* /*who*/) override
|
||||||
{
|
{
|
||||||
|
_JustEngagedWith();
|
||||||
|
|
||||||
ScheduleTimedEvent(10s, 20s, [&]{
|
ScheduleTimedEvent(10s, 20s, [&]{
|
||||||
Unit* target = SelectTarget(SelectTargetMethod::Random, 1);
|
Unit* target = SelectTarget(SelectTargetMethod::Random, 1);
|
||||||
if (!target)
|
if (!target)
|
||||||
|
|||||||
Reference in New Issue
Block a user