Skip to content

Commit

Permalink
Moved "Will of the Forsaken" to Cooldowns.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Nov 13, 2014
1 parent 1154ab3 commit 48ab518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions ShestakUI/Config/Filters/Cooldowns.lua
Expand Up @@ -66,6 +66,7 @@ if C.enemycooldown.enable == true then
[1856] = 120, -- Vanish [1856] = 120, -- Vanish
[19263] = 180, -- Deterrence [19263] = 180, -- Deterrence
[33206] = 180, -- Pain Suppression [33206] = 180, -- Pain Suppression
[7744] = 180, -- Will of the Forsaken (Racial)
} }
end end


Expand Down
3 changes: 1 addition & 2 deletions ShestakUI/Libs/oUF/Modules/Trinkets.lua
Expand Up @@ -9,8 +9,7 @@ local oUF = ns.oUF


local trinketSpells = { local trinketSpells = {
[42292] = 120, [42292] = 120,
[59752] = 120, [59752] = 120
[7744] = 120,
} }


local GetTrinketIcon = function(unit) local GetTrinketIcon = function(unit)
Expand Down

1 comment on commit 48ab518

@Wetxius
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Как я понял, раньше, если бы я юзнул расовую абилку, то запустилось кд на тринкет, что не верно.

Please sign in to comment.