fix(Scripts/Gruuls) Kiggler no longer chases after target (#16866)
ponos
This commit is contained in:
@@ -261,6 +261,15 @@ struct boss_kiggler_the_crazed : public ScriptedAI
|
|||||||
instance->SetBossState(DATA_MAULGAR, NOT_STARTED);
|
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
|
void JustEngagedWith(Unit* /*who*/) override
|
||||||
{
|
{
|
||||||
me->SetInCombatWithZone();
|
me->SetInCombatWithZone();
|
||||||
|
|||||||
Reference in New Issue
Block a user