mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 12:24:22 +08:00
Merge 0ef711a1c8c901322ac138e3ac592d6bd611e2ec into c9aedce67f9a4b1a3a2da4a192b65264e91462d4
This commit is contained in:
commit
09606ebb0d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user