fix(Scripts/ZulAman): Fix Halazzi lynx not moving on spawn (#20649)

This commit is contained in:
Andrew
2024-11-20 18:28:16 -03:00
committed by GitHub
parent 4aca845fab
commit 62a5529fcf

View File

@@ -104,13 +104,6 @@ struct boss_halazzi : public BossAI
SetInvincibility(true);
}
void JustSummoned(Creature* summon) override
{
BossAI::JustSummoned(summon);
summon->Attack(me->GetVictim(), false);
summon->SetInCombatWithZone();
}
void JustEngagedWith(Unit* who) override
{
BossAI::JustEngagedWith(who);