Skip to content

Commit

Permalink
Outlaw: Fix Subterfuge; Ambush SpellFlash.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Jul 29, 2024
1 parent c71ae55 commit 4c167e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TheWarWithin/RogueOutlaw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ spec:RegisterHook( "runHandler", function( ability )
if buff.take_em_by_surprise.up then
buff.take_em_by_surprise.expires = query_time + 10 * talent.take_em_by_surprise.rank
end
if talent.underhanded_upper_hand.enabled then
if talent.subterfuge.enabled then
applyBuff( "subterfuge" )
end
end
Expand Down

0 comments on commit 4c167e0

Please sign in to comment.