From 62a5529fcf5b0bdcbd5c54c7e8b470acd131fa8d Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:28:16 -0300 Subject: [PATCH] fix(Scripts/ZulAman): Fix Halazzi lynx not moving on spawn (#20649) --- .../scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp index ca4ec88d5..acf169ef0 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp @@ -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);