Skip to content

Commit

Permalink
BlackfathomDeeps_Classic/Akumai: Fix stage 1 breath bar not stopping …
Browse files Browse the repository at this point in the history
…during intermission
  • Loading branch information
funkydude committed Dec 15, 2023
1 parent 7cf5487 commit 660c468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlackfathomDeeps_Classic/Akumai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function mod:CorrosiveBlastOrVoidBlast(args)
end

function mod:DarkProtectionApplied(args)
self:StopBar(429168) -- Corrosive Blast
self:StopBar(CL.breath) -- Corrosive Blast
self:SetStage(1.5)
self:Message("stages", "cyan", CL.percent:format(50, CL.intermission), args.spellId)
self:CDBar("stages", 17, CL.intermission, args.spellId)
Expand Down

0 comments on commit 660c468

Please sign in to comment.