Skip to content

Commit

Permalink
Merge pull request #3474 from georgedeam/cataclysm
Browse files Browse the repository at this point in the history
Update Warlock.lua
  • Loading branch information
Hekili authored Aug 14, 2024
2 parents 76c1b89 + 308f352 commit 33eb559
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cataclysm/Warlock.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1725,7 +1725,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,
Expand Down Expand Up @@ -1761,7 +1762,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 = {
Expand Down

0 comments on commit 33eb559

Please sign in to comment.