Skip to content

Commit

Permalink
Merge pull request #4025 from syrifgit/rogue-final-touches
Browse files Browse the repository at this point in the history
Sub rogues can play the game I guess
  • Loading branch information
Hekili authored Oct 23, 2024
2 parents 049261f + d95beca commit 675eed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheWarWithin/RogueSubtlety.lua
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ spec:RegisterAuras( {
},
shadow_dance = {
id = 185422,
duration = function() return 6 + talent.improved_shadow_dance.rank * 2 + buff.first_dance.up and 4 or 0 end,
duration = function() return 6 + ( talent.improved_shadow_dance.rank * 2 ) + ( buff.first_dance.up and 4 or 0 ) end,
max_stack = 1,
copy = 185313
},
Expand Down

0 comments on commit 675eed7

Please sign in to comment.