Skip to content

Commit

Permalink
Pretend Blade Flurry won't start combat.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 19, 2023
1 parent cc0fc93 commit c9685cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dragonflight/RogueOutlaw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ spec:RegisterAbilities( {
spend = 15,
spendType = "energy",

startsCombat = true,
startsCombat = false,

-- 20231108: Deprecated; we use Blade Flurry more now.
-- readyTime = function() return buff.blade_flurry.remains - gcd.execute end,
Expand Down

0 comments on commit c9685cd

Please sign in to comment.