Skip to content

Commit

Permalink
Check CDR model for Secret Technique.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Jan 27, 2024
1 parent f4356ea commit 73341f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dragonflight/RogueSubtlety.lua
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ local function comboSpender( amt, resource )
end

if talent.secret_technique.enabled then
cooldown.secret_technique.expires = max( 0, cooldown.secret_technique.expires - amt )
reduceCooldown( "secret_technique", amt )
end

reduceCooldown( "shadow_dance", amt * ( talent.enveloping_shadows.enabled and 1.5 or 1 ) )
Expand Down

0 comments on commit 73341f7

Please sign in to comment.