From c6ff6005beea9228e9b9267e696032645bcfd2f6 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Mon, 20 Jun 2022 09:46:05 -0300 Subject: [PATCH] =?UTF-8?q?fix(Scripts/UtgardePinnacle):=20Svala=20Sorrowg?= =?UTF-8?q?rave's=20sacrifice=20should=20o=E2=80=A6=20(#12069)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp index 20b077405..b8623afb7 100644 --- a/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp +++ b/src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp @@ -324,7 +324,7 @@ public: break; } case EVENT_SORROWGRAVE_RITUAL: - if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0)) + if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 0.0f, true)) { Talk(SAY_SACRIFICE_PLAYER);