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