Skip to content

Commit

Permalink
Cooldowns: Fix Hunter lv75 talent abilities
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Sep 12, 2016
1 parent d79101a commit 7d2fdb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/Cooldowns/Cooldowns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ local spells = {
[194277] = {15, 60, 255, 10}, -- Caltrops
[206817] = {30, 60, 254, 11}, -- Sentinel (2 charges)
[162488] = {60, 60, 255, 12}, -- Steel Trap
[109248] = {45, 75, {253, 254}, 10}, -- Binding Shot
[191241] = {30, 75, 255, 10}, -- Sticky Bomb
[19386] = {45, 75, {253, 254}, 11}, -- Wyvern Sting
[19577] = {60, 75, 253, 12}, -- Intimidation
[109248] = {45, 75, {253, 254}, 13}, -- Binding Shot
[191241] = {30, 75, 255, 13}, -- Sticky Bomb
[19386] = {45, 75, {253, 254}, 14}, -- Wyvern Sting
[19577] = {60, 75, 253, 15}, -- Intimidation
[191241] = {60, 75, {254, 255}, 15}, -- Camouflage
[131894] = {60, 90, {253, 254}, 16}, -- A Murder of Crows XXX If the target dies while under attack, the cooldown is reset.
[120360] = {20, 90, {253, 254}, 17}, -- Barrage
Expand Down

0 comments on commit 7d2fdb4

Please sign in to comment.