Skip to content

Commit

Permalink
Bastion/DoubleDragon: do not remove blackout timer on dispel (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
stako authored Sep 25, 2024
1 parent 245f9f4 commit 599744b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Bastion/DoubleDragon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 599744b

Please sign in to comment.