Skip to content

Commit

Permalink
Merge Voidwrath for both Discipline and Shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Sep 4, 2024
1 parent 0d59cfb commit f9bc526
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions OmniBar_Mainline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ addon.Cooldowns = {

[33206] = {duration = 180, class = "PRIEST", specID = {256}, charges = 2}, -- Pain Suppression
[123040] = {duration = 60, class = "PRIEST", specID = {256}}, -- Mindbender (Discipline)
[451235] = {parent = 123040}, -- Voidwrath
[451235] = { duration = 60, class = "PRIEST", specID = { 256, 258 } }, -- Voidwrath
[47536] = {duration = 90, class = "PRIEST", specID = {256}}, -- Rapture
[62618] = {duration = 180, class = "PRIEST", specID = {256}}, -- Power Word: Barrier
[271466] = {parent = 34433}, -- Luminous Barrier
Expand All @@ -165,7 +165,6 @@ addon.Cooldowns = {

[15487] = {duration = 45, class = "PRIEST", specID = {258}}, -- Silence
[200174] = {duration = 60, class = "PRIEST", specID = {258}}, -- Mindbender (Shadow)
[451235] = {parent = 200174}, -- Voidwrath
[47585] = {duration = 90, class = "PRIEST", specID = {258}}, -- Dispersion
[64044] = {duration = 45, class = "PRIEST", specID = {258}}, -- Psychic Horror
[263165] = {duration = 30, class = "PRIEST", specID = {258}}, -- Void Torrent
Expand Down

0 comments on commit f9bc526

Please sign in to comment.