disable debugging mythicdungeon

This commit is contained in:
andrew6180
2024-05-18 09:15:47 -07:00
parent 63caa6089f
commit 5799e5c473
+1 -1
View File
@@ -24,7 +24,7 @@ Details222.MythicPlus.Charts.Listener = mythicDungeonCharts
-- ~mythic ~dungeon
local DetailsMythicPlusFrame = _G.CreateFrame("frame", "DetailsMythicPlusFrame", UIParent)
DetailsMythicPlusFrame.DevelopmentDebug = true
DetailsMythicPlusFrame.DevelopmentDebug = false
--disabling the mythic+ feature if the user is playing in wow classic
DetailsMythicPlusFrame:RegisterEvent("MYTHIC_PLUS_STARTED")