Merge 0ef711a1c8c901322ac138e3ac592d6bd611e2ec into c9aedce67f9a4b1a3a2da4a192b65264e91462d4

This commit is contained in:
v-mstrs 2025-11-08 18:53:56 +01:00 committed by GitHub
commit 09606ebb0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,15 +188,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();
@ -268,7 +259,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