From 308f352b2f55beec0baf888c2e0123efb652c662 Mon Sep 17 00:00:00 2001 From: Georgamel <123156945+georgedeam@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:15:44 -0700 Subject: [PATCH] Update Warlock.lua --- Cataclysm/Warlock.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cataclysm/Warlock.lua b/Cataclysm/Warlock.lua index 6a62e7594..1a8615e17 100644 --- a/Cataclysm/Warlock.lua +++ b/Cataclysm/Warlock.lua @@ -1707,7 +1707,8 @@ spec:RegisterAbilities( { end, }, - -- Begins a ritual that creates a Soulwell. Raid members can click the Soulwell to acquire a Healthstone. The Soulwell lasts for 3 min or 25 charges. Requires the caster and 2 additional party members to complete the ritual. In order to participate, all players must right-click the soul portal and not move until the ritual is complete. + -- Commented out to fix issue #3441 + --[[ Begins a ritual that creates a Soulwell. Raid members can click the Soulwell to acquire a Healthstone. The Soulwell lasts for 3 min or 25 charges. Requires the caster and 2 additional party members to complete the ritual. In order to participate, all players must right-click the soul portal and not move until the ritual is complete. ritual_of_souls = { id = 29893, cast = 60, @@ -1743,7 +1744,7 @@ spec:RegisterAbilities( { handler = function() end, - }, + }, ]] -- Inflict searing pain on the enemy target, causing 310 Fire damage. Causes a high amount of threat.SoulburnSoulburn: Increases the critical effect chance of your next Searing Pain by 100%, and your subsequent Searing Pain casts by 50% for 6 sec. searing_pain = {