Skip to content

Commit 9227252

Browse files
committed
Core: Better implementation of IsrRetail
1 parent f5af835 commit 9227252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/addon.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ setmetatable(Prat, am)
8989

9090
Prat.Prat3 = true
9191
Prat.IsClassic = (_G.WOW_PROJECT_ID == _G.WOW_PROJECT_CLASSIC)
92-
Prat.IsRetail = not Prat.IsClassic
92+
Prat.IsRetail = (_G.WOW_PROJECT_ID == _G.WOW_PROJECT_MAINLINE)
9393

9494

9595
local function dbg(...) end

0 commit comments

Comments
 (0)