Skip to content

Commit

Permalink
Restore SoD loot tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Nov 29, 2024
1 parent 078bc3c commit a182297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Cata:
--]]


local IS_SOD = LootReserve.SeasonID == Enum.SeasonID.SeasonofDiscovery
local IS_SOD = LootReserve.SeasonID == Enum.SeasonID.SeasonOfDiscovery
local EXPANSION_PHASE
if LootReserve:GetCurrentExpansion() == 0 then
if IS_SOD then
Expand Down

0 comments on commit a182297

Please sign in to comment.