From 599744bcceaeea943a91b879abe08ee28eea5e1c Mon Sep 17 00:00:00 2001 From: stako Date: Wed, 25 Sep 2024 15:27:51 -0700 Subject: [PATCH] Bastion/DoubleDragon: do not remove blackout timer on dispel (#17) --- Bastion/DoubleDragon.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Bastion/DoubleDragon.lua b/Bastion/DoubleDragon.lua index e747dba..b778db0 100644 --- a/Bastion/DoubleDragon.lua +++ b/Bastion/DoubleDragon.lua @@ -184,7 +184,6 @@ function mod:BlackoutApplied(args) end function mod:BlackoutRemoved(args) - self:StopBar(args.spellName) if self:Me(args.destGUID) then self:CancelYellCountdown(args.spellId) end