Skip to content

Commit e4ec783

Browse files
committed
chg: Aurora API Version to 11.2
1 parent b25e85d commit e4ec783

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Skin/init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local ADDON_NAME, private = ...
33
-- luacheck: globals select tostring tonumber math floor
44
-- luacheck: globals setmetatable rawset debugprofilestop type tinsert
55

6-
private.API_MAJOR, private.API_MINOR = 11, 0
6+
private.API_MAJOR, private.API_MINOR = 11, 2
77

88
private.isRetail = _G.WOW_PROJECT_ID == _G.WOW_PROJECT_MAINLINE
99
private.isVanilla = _G.WOW_PROJECT_ID == _G.WOW_PROJECT_CLASSIC
@@ -20,6 +20,7 @@ local debugProjectID = {
2020
[20] = private.isBCC,
2121
[30] = private.isWrath,
2222
[40] = private.isCata,
23+
[50] = private.isMists,
2324
}
2425
function private.shouldSkip()
2526
return not debugProjectID[_G.AURORA_DEBUG_PROJECT]

0 commit comments

Comments
 (0)