Skip to content

Commit

Permalink
Merge branch 'thewarwithin' of https://github.com/Hekili/hekili into …
Browse files Browse the repository at this point in the history
…thewarwithin
  • Loading branch information
Hekili committed Oct 23, 2024
2 parents ae385c6 + 675eed7 commit bf02552
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 bf02552

Please sign in to comment.