Skip to content

Commit

Permalink
Update season check
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Nov 28, 2023
1 parent 0d9d888 commit 3b581e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1496,10 +1496,8 @@ do
end
end

if not Enum.SeasonID.SeasonOfDiscovery then
Enum.SeasonID.SeasonOfDiscovery = Enum.SeasonID.Placeholder
end
local showRunes = C_Seasons and C_Seasons.HasActiveSeason() and C_Seasons.GetActiveSeason() == Enum.SeasonID.SeasonOfDiscovery
local season = C_Seasons and C_Seasons.HasActiveSeason() and C_Seasons.GetActiveSeason()
local showRunes = season ~= Enum.SeasonID.NoSeason and season ~= Enum.SeasonID.Hardcore

local function GenerateAuraOptions()
for modType, modList in pairs(StatLogic.StatModTable) do
Expand Down

0 comments on commit 3b581e4

Please sign in to comment.