Skip to content

Commit

Permalink
Merge branch 'main' into ptr
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 15, 2024
2 parents 9b330e3 + 75a6f25 commit 5f43e5a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,13 @@ E.InfoColor = '|cff1784d1' -- blue
E.InfoColor2 = '|cff9b9b9b' -- silver
E.twoPixelsPlease = false -- changing this option is not supported! :P

-- Expansions
E.TBC = WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC -- not used
E.Cata = WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC
E.Wrath = WOW_PROJECT_ID == WOW_PROJECT_WRATH_CLASSIC
E.Retail = WOW_PROJECT_ID == WOW_PROJECT_MAINLINE
E.Classic = WOW_PROJECT_ID == WOW_PROJECT_CLASSIC
do -- Expansions
E.TBC = WOW_PROJECT_ID == WOW_PROJECT_BURNING_CRUSADE_CLASSIC -- not used
E.Cata = WOW_PROJECT_ID == WOW_PROJECT_CATACLYSM_CLASSIC
E.Wrath = WOW_PROJECT_ID == WOW_PROJECT_WRATH_CLASSIC
E.Retail = WOW_PROJECT_ID == WOW_PROJECT_MAINLINE
E.Classic = WOW_PROJECT_ID == WOW_PROJECT_CLASSIC

do
local season = C_Seasons and C_Seasons.GetActiveSeason()
E.ClassicHC = season == 3 -- Hardcore
E.ClassicSOD = season == 2 -- Season of Discovery
Expand Down

0 comments on commit 5f43e5a

Please sign in to comment.