Cache maintenance; Parser options
This commit is contained in:
@@ -899,4 +899,10 @@ mythicDungeonCharts.ClassColors = {
|
||||
|
||||
if (debugmode) then
|
||||
--C_Timer.After(1, mythicDungeonCharts.ShowChart)
|
||||
end
|
||||
end
|
||||
|
||||
Details222.MythicPlus = {
|
||||
IsMythicPlus = function()
|
||||
return C_ChallengeMode and C_ChallengeMode.GetActiveKeystoneInfo() and true or false
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user