Skip to content

Commit

Permalink
Loader: Fix wrong season detection
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Aug 14, 2024
1 parent cbcacfe commit 2f9d47f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ do
littleWigsBundled = {},
zones = {},
}
elseif public.isBeta then -- TWW Beta
elseif public.isBeta and public.isTestBuild then -- TWW Beta
public.currentExpansion = { -- Change on new expansion releases
name = tww,
bigWigsBundled = {
Expand Down

0 comments on commit 2f9d47f

Please sign in to comment.