Skip to content

Commit

Permalink
add racials
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Sep 3, 2022
1 parent 3b9b18d commit de45114
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions OmniBar_Wrath.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@ addon.Cooldowns = {
-- General

[42292] = { duration = 120, class = "GENERAL", icon = 133453 }, -- PvP Trinket
[7744] = { duration = 120, class = "GENERAL" }, -- Will of the Forsaken
[25046] = { duration = 120, class = "GENERAL" }, -- Arcane Torrent (Energy)
[28730] = { parent = 25046 }, -- Arcane Torrent (Mana)
[50613] = { parent = 25046 }, -- Arcane Torrent (Runic Power)
[20594] = { duration = 120, class = "GENERAL" }, -- Stoneform
[20549] = { duration = 120, class = "GENERAL" }, -- War Stomp
[26297] = { duration = 180, class = "GENERAL" }, -- Berserking
[20572] = { duration = 120, class = "GENERAL" }, -- Blood Fury
[33697] = { parent = 20572 },
[33702] = { parent = 20572 },

-- Priest

Expand Down

0 comments on commit de45114

Please sign in to comment.