Skip to content

Commit

Permalink
Temp #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luckyone961 committed Jul 13, 2022
1 parent 187354b commit 472c30d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ E.twoPixelsPlease = false -- changing this option is not supported! :P
-- Expansions
E.Retail = WOW_PROJECT_ID == WOW_PROJECT_MAINLINE
E.Classic = WOW_PROJECT_ID == WOW_PROJECT_CLASSIC
E.TBC = WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC
-- Temp, back to WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC later
E.TBC = select(4, GetBuildInfo()) >= 20504 and select(4, GetBuildInfo()) < 30000
-- Checking for WOW_PROJECT_ID later
E.Wrath = select(4, GetBuildInfo()) >= 30400 and select(4, GetBuildInfo()) < 40000 -- Temp

Expand Down

0 comments on commit 472c30d

Please sign in to comment.