From 3c923ebc0c5fbfc266901967d42201b6ec56aaf3 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:13:19 -0300 Subject: [PATCH] =?UTF-8?q?fix(Scripts/SerpentshrineCavern):=20Leotheras?= =?UTF-8?q?=20should=20engage=20once=20adds=20a=E2=80=A6=20(#17983)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(Scripts/SerpentshrineCavern): Leotheras should engage once adds are dead --- .../CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp index d6970de0c..816c1f35e 100644 --- a/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp +++ b/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp @@ -138,6 +138,7 @@ struct boss_leotheras_the_blind : public BossAI me->LoadEquipment(); me->SetReactState(REACT_AGGRESSIVE); me->SetStandState(UNIT_STAND_STATE_STAND); + me->SetInCombatWithZone(); Talk(SAY_AGGRO); scheduler.Schedule(10min, [this](TaskContext)