mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
fix(Scripts/ZulAman): Fix Halazzi lynx not moving on spawn (#20649)
This commit is contained in:
@@ -104,13 +104,6 @@ struct boss_halazzi : public BossAI
|
|||||||
SetInvincibility(true);
|
SetInvincibility(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void JustSummoned(Creature* summon) override
|
|
||||||
{
|
|
||||||
BossAI::JustSummoned(summon);
|
|
||||||
summon->Attack(me->GetVictim(), false);
|
|
||||||
summon->SetInCombatWithZone();
|
|
||||||
}
|
|
||||||
|
|
||||||
void JustEngagedWith(Unit* who) override
|
void JustEngagedWith(Unit* who) override
|
||||||
{
|
{
|
||||||
BossAI::JustEngagedWith(who);
|
BossAI::JustEngagedWith(who);
|
||||||
|
|||||||
Reference in New Issue
Block a user