From 13d9d75bf03a4e90ea3befc689eff7228a65302c Mon Sep 17 00:00:00 2001 From: Hekili Date: Tue, 22 Oct 2024 15:39:29 -1000 Subject: [PATCH] Outlaw: Remove BtE bug workaround --- TheWarWithin/RogueOutlaw.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/TheWarWithin/RogueOutlaw.lua b/TheWarWithin/RogueOutlaw.lua index 04a763b5f..5910907ad 100644 --- a/TheWarWithin/RogueOutlaw.lua +++ b/TheWarWithin/RogueOutlaw.lua @@ -955,7 +955,6 @@ spec:RegisterAbilities( { texture = 135610, usable = function() - if not boss and buff.stealth.up and not buff.vanish.up then return false, "bte subterfuge bug workaround" end if settings.crackshot_lock and talent.crackshot.enabled and not stealthed.all then return false, "userpref requires stealth" end return combo_points.current > 0, "requires combo points" end,