fix(Scripts/ZulAman): Fix Halazzi lynx not moving on spawn (#20649)
This commit is contained in:
parent
4aca845fab
commit
62a5529fcf
1 changed files with 0 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue