Disabled debug mode for the mythic+ end screen
This commit is contained in:
parent
6a0c8d7ecc
commit
b8e4306d63
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ local Loc = _G.LibStub("AceLocale-3.0"):GetLocale("Details")
|
|||
local mythicDungeonCharts = Details222.MythicPlus.Charts.Listener
|
||||
local mythicDungeonFrames = Details222.MythicPlus.Frames
|
||||
|
||||
local CONST_DEBUG_MODE = true
|
||||
local CONST_DEBUG_MODE = false
|
||||
local LOOT_DEBUG_MODE = false
|
||||
|
||||
--fallback if the class color isn't found
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue