Skip to content

Commit

Permalink
Onyxia: Stop flame breath bar in stage 2
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 26, 2024
1 parent 7a5334e commit 35b4cc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Onyxia_Classic/Onyxia.lua
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ end
function mod:CHAT_MSG_MONSTER_YELL(event, msg)
if msg:find(L.stage2_yell_trigger, nil, true) then
self:SetStage(2)
self:StopBar(CL.frontal_cone) -- Flame Breath
if BigWigsLoader.isSeasonOfDiscovery then
self:Bar(17086, 28.5, L.deep_breath) -- Stage 2 "Deep Breath"
end
Expand Down

0 comments on commit 35b4cc0

Please sign in to comment.