From f29e8eff3b36cef326d143649b341cf1e3c36b3d Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Wed, 15 Sep 2021 19:40:07 +0200 Subject: [PATCH] added Pummel to CoolDowns --- Constants.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Constants.lua b/Constants.lua index 67c8f8d..cbffad3 100644 --- a/Constants.lua +++ b/Constants.lua @@ -890,12 +890,12 @@ local cooldownList = { -- Warrior ["WARRIOR"] = { - --[[6552] = { cd = 10, -- Pummel + [6552] = { cd = 10, -- Pummel sharedCD = { [72] = true, }, }, - [72] = { cd = 12, -- Shield Bash + --[[72] = { cd = 12, -- Shield Bash sharedCD = { [6552] = true, },