From 458eadd9e47167724c142c3f387219f912215a65 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 27 May 2024 12:41:10 -0300 Subject: [PATCH] =?UTF-8?q?fix(Scripts/Hyjal):=20Azgalor=20Rain=20of=20Fir?= =?UTF-8?q?e=20should=20target=20non-player=20tar=E2=80=A6=20(#18956)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(Scripts/Hyjal): Azgalor Rain of Fire should target non-player targets --- .../Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp index a4fb98963..6a7562869 100644 --- a/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp +++ b/src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_azgalor.cpp @@ -60,7 +60,7 @@ public: context.Repeat(8s, 16s); }).Schedule(25s, [this](TaskContext context) { - DoCastRandomTarget(SPELL_RAIN_OF_FIRE, 0, 40.f); + DoCastRandomTarget(SPELL_RAIN_OF_FIRE, 0, 40.f, false); context.Repeat(15s); }).Schedule(30s, [this](TaskContext context) {