Cache maintenance; Parser options

This commit is contained in:
Tercio Jose
2023-01-27 14:45:33 -03:00
parent 6352fc8387
commit 59372cc0bd
11 changed files with 1123 additions and 1561 deletions
+7 -1
View File
@@ -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,
}