From 29881771280cca0fac45e91ef66d5f3b4e882142 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Sun, 20 Jun 2021 00:54:31 +0200 Subject: [PATCH] adding cooldowns Swiftmend & Berserker Rage --- Constants.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Constants.lua b/Constants.lua index 57eae44..8083326 100644 --- a/Constants.lua +++ b/Constants.lua @@ -741,6 +741,7 @@ local cooldownList = { [29166] = 360, -- Innervate [8983] = 60, -- Bash [16689] = 60, -- Natures Grasp + [18562] = { cd = 15, spec = L["Restoration"], }, -- Swiftmend [17116] = { cd = 180, spec = L["Restoration"], }, -- Natures Swiftness [33831] = { cd = 180, spec = L["Balance"], }, -- Force of Nature }, @@ -808,6 +809,7 @@ local cooldownList = { [3411] = 30, -- Intervene [676] = 60, -- Disarm [5246] = 180, -- Intimidating Shout + [18499] = 30, -- Berserker Rage --[2565] = 60, -- Shield Block [12292] = { cd = 180, spec = L["Arms"], }, -- Death Wish [12975] = { cd = 180, spec = L["Protection"], }, -- Last Stand