From 7b91e6e06f98a4113e13d535d5cbb623328bc42b Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:37:40 -0700 Subject: [PATCH] MythicDungeons: Disable mythic dungeon end panel --- functions/mythicdungeon/mythicdungeon.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mythicdungeon/mythicdungeon.lua b/functions/mythicdungeon/mythicdungeon.lua index 0595e066..5812a621 100644 --- a/functions/mythicdungeon/mythicdungeon.lua +++ b/functions/mythicdungeon/mythicdungeon.lua @@ -110,8 +110,8 @@ function DetailsMythicPlusFrame.MythicDungeonFinished(fromZoneLeft) Details.MythicPlus.IsRestoredState = nil --the run is valid, schedule to open the chart window - Details.mythic_plus.delay_to_show_graphic = 1 - C_Timer.After(Details.mythic_plus.delay_to_show_graphic, mythicDungeonFrames.ShowEndOfMythicPlusPanel) + --Details.mythic_plus.delay_to_show_graphic = 1 + --C_Timer.After(Details.mythic_plus.delay_to_show_graphic, mythicDungeonFrames.ShowEndOfMythicPlusPanel) --shutdown parser for a few seconds to avoid opening new segments after the run ends if (not fromZoneLeft) then