fix(Scripts/GruulsLair): Olm moves freely and Kiggler's chase range is 40y (#23334)

Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
v-mstrs
2026-06-13 12:47:23 +02:00
committed by GitHub
parent 230da2a878
commit c5b96f65ba
@@ -183,15 +183,6 @@ struct boss_olm_the_summoner : public ScriptedAI
instance->SetBossState(DATA_MAULGAR, NOT_STARTED);
}
void AttackStart(Unit* who) override
{
if (!who)
return;
if (me->Attack(who, true))
me->GetMotionMaster()->MoveChase(who, 25.0f);
}
void JustEngagedWith(Unit* /*who*/) override
{
me->SetInCombatWithZone();
@@ -263,7 +254,7 @@ struct boss_kiggler_the_crazed : public ScriptedAI
return;
if (me->Attack(who, true))
me->GetMotionMaster()->MoveChase(who, 25.0f);
me->GetMotionMaster()->MoveChase(who, 40.0f);
}
void JustEngagedWith(Unit* /*who*/) override