Skip to content

Commit

Permalink
Fix loading Season of Discovery content on Hardcore Classic Era
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jul 27, 2024
1 parent b6ca4a9 commit 2158a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Init_Vanilla.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
local _, tbl = ...
tbl.isClassic = true
tbl.isVanilla = true
tbl.isSeasonOfDiscovery = C_Seasons.GetActiveSeason() and true
tbl.isSeasonOfDiscovery = C_Seasons.GetActiveSeason() == 2

0 comments on commit 2158a55

Please sign in to comment.