From adc14d93b27861a3d8fc1bf0ce5ed36123ca072f Mon Sep 17 00:00:00 2001 From: Nicolas Lebacq Date: Mon, 23 Feb 2026 01:41:32 +0100 Subject: [PATCH] fix(Scripts/ZulGurub): resolved an issue with Venoxis Holy Wrath spell targeting (#24746) --- src/server/scripts/EasternKingdoms/ZulGurub/boss_venoxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/scripts/EasternKingdoms/ZulGurub/boss_venoxis.cpp b/src/server/scripts/EasternKingdoms/ZulGurub/boss_venoxis.cpp index e5057638a..e706c472c 100644 --- a/src/server/scripts/EasternKingdoms/ZulGurub/boss_venoxis.cpp +++ b/src/server/scripts/EasternKingdoms/ZulGurub/boss_venoxis.cpp @@ -123,7 +123,7 @@ public: context.Repeat(25s, 30s); }).Schedule(15s, 25s, PHASE_ONE, [this](TaskContext context) { - DoCastRandomTarget(SPELL_HOLY_WRATH); + DoCastMaxThreat(SPELL_HOLY_WRATH, 0, 100.0f, true); context.Repeat(12s, 22s); });