LibCooldownTracker-1.0

5.6k Downloads

2 shaman cooldowns

gobacktogo opened this issue · 3 comments

commented

-- Tremor Totem
LCT_SpellData[8143] = {
class = "SHAMAN",
duration = 10,
cooldown = 60
}

and grounding totem is now a pvp talent for afaik all speccs instead of being only for resto resto.
is "talent = true" enough, or does it matter that it is a pvp talent?

-- Grounding Totem
LCT_SpellData[204336] = {
class = "SHAMAN",
duration = 3,
talent = true,
defensive = true,
cooldown = 30
}

also, hex has a 30s cd instead of 45s.
-- Hex
LCT_SpellData[51514] = {
class = "SHAMAN",
cc = true,
cooldown = 30
}

commented

Doesn't matter if it's a pvp talent.

commented

fixed locally

commented

« Locally » does mean « locally ».