From 35b4cc06e801680b790010f35d8e0c948ad46491 Mon Sep 17 00:00:00 2001
From: funkydude <funkydude@users.noreply.github.com>
Date: Fri, 26 Jul 2024 23:52:38 +0100
Subject: [PATCH] Onyxia: Stop flame breath bar in stage 2

---
 Onyxia_Classic/Onyxia.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Onyxia_Classic/Onyxia.lua b/Onyxia_Classic/Onyxia.lua
index e43df1b..5e73599 100644
--- a/Onyxia_Classic/Onyxia.lua
+++ b/Onyxia_Classic/Onyxia.lua
@@ -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