We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25e85d commit e4ec783Copy full SHA for e4ec783
Skin/init.lua
@@ -3,7 +3,7 @@ local ADDON_NAME, private = ...
3
-- luacheck: globals select tostring tonumber math floor
4
-- luacheck: globals setmetatable rawset debugprofilestop type tinsert
5
6
-private.API_MAJOR, private.API_MINOR = 11, 0
+private.API_MAJOR, private.API_MINOR = 11, 2
7
8
private.isRetail = _G.WOW_PROJECT_ID == _G.WOW_PROJECT_MAINLINE
9
private.isVanilla = _G.WOW_PROJECT_ID == _G.WOW_PROJECT_CLASSIC
@@ -20,6 +20,7 @@ local debugProjectID = {
20
[20] = private.isBCC,
21
[30] = private.isWrath,
22
[40] = private.isCata,
23
+ [50] = private.isMists,
24
}
25
function private.shouldSkip()
26
return not debugProjectID[_G.AURORA_DEBUG_PROJECT]
0 commit comments