added Pummel to CoolDowns
This commit is contained in:
parent
a0ed3be791
commit
f29e8eff3b
@ -890,12 +890,12 @@ local cooldownList = {
|
|||||||
|
|
||||||
-- Warrior
|
-- Warrior
|
||||||
["WARRIOR"] = {
|
["WARRIOR"] = {
|
||||||
--[[6552] = { cd = 10, -- Pummel
|
[6552] = { cd = 10, -- Pummel
|
||||||
sharedCD = {
|
sharedCD = {
|
||||||
[72] = true,
|
[72] = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[72] = { cd = 12, -- Shield Bash
|
--[[72] = { cd = 12, -- Shield Bash
|
||||||
sharedCD = {
|
sharedCD = {
|
||||||
[6552] = true,
|
[6552] = true,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user