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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);