LibCooldownTracker-1.0

5.6k Downloads

Update cooldowns

vendethiel opened this issue ยท 1 comments

commented
-- Dire Beast: Basilisk
LCT_SpellData[205691] = {
  class = "HUNTER",
  talent = true,
  specID = { SPEC_HUNTER_BM },
  offensive = true,
  duration = 30,
  cooldown = 120
}
-- Feign Death
LCT_SpellData[5384] = {
  class = "HUNTER",
  defensive = true,
  cooldown = 30
}
-- Harpoon
LCT_SpellData[190925] = {
  class = "HUNTER",
  specID = { SPEC_HUNTER_SURV },
  offensive = true,
  cooldown = 30
}
-- Spider Sting
LCT_SpellData[202914] = {
  class = "HUNTER",
  silence = true,
  talent = true,
  cooldown = 45
}
commented

fixed locally