Skip to content

Commit

Permalink
Loader: Update seasons
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Jan 9, 2025
1 parent 75405e9 commit 87f0e3f
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions Loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ do
},
zones = {
[2657] = "BigWigs_NerubarPalace",
[2769] = public.isTestBuild and "BigWigs_LiberationOfUndermine" or nil,
}
}
end
Expand Down Expand Up @@ -420,7 +421,7 @@ do
[939] = lw_cata, -- Well of Eternity
[940] = lw_cata, -- Hour of Twilight
[657] = lw_cata, -- The Vortex Pinnacle
[670] = public.isRetail and {lw_cata, lw_cs} or lw_cata, -- Grim Batol
[670] = public.isRetail and not public.isTestBuild and {lw_cata, lw_cs} or lw_cata, -- Grim Batol
--[[ LittleWigs: Mists of Pandaria ]]--
[959] = lw_mop, -- Shado-Pan Monastery
[960] = lw_mop, -- Temple of the Jade Serpent
Expand Down Expand Up @@ -461,24 +462,24 @@ do
[1754] = lw_bfa, -- Freehold
[1762] = lw_bfa, -- King's Rest
[1864] = lw_bfa, -- Shrine of the Storm
[1822] = public.isRetail and {lw_bfa, lw_cs} or lw_bfa, -- Siege of Boralus
[1822] = public.isRetail and not public.isTestBuild and {lw_bfa, lw_cs} or lw_bfa, -- Siege of Boralus
[1877] = lw_bfa, -- Temple of Sethraliss
[1594] = lw_bfa, -- The Undermine
[1594] = public.isTestBuild and {lw_bfa, lw_cs} or lw_bfa, -- The Motherlode!!
[1771] = lw_bfa, -- Tol Dagor
[1841] = lw_bfa, -- Underrot
[1862] = lw_bfa, -- Waycrest Manor
[2097] = lw_bfa, -- Operation: Mechagon
[2097] = public.isTestBuild and {lw_bfa, lw_cs} or lw_bfa, -- Operation: Mechagon
[2212] = lw_bfa, -- Horrific Vision of Orgrimmar
[2213] = lw_bfa, -- Horrific Vision of Stormwind
--[[ LittleWigs: Shadowlands ]]--
[2284] = lw_s, -- Sanguine Depths
[2285] = lw_s, -- Spires of Ascension
[2286] = public.isRetail and {lw_s, lw_cs} or lw_s, -- The Necrotic Wake
[2286] = public.isRetail and not public.isTestBuild and {lw_s, lw_cs} or lw_s, -- The Necrotic Wake
[2287] = lw_s, -- Halls of Atonement
[2289] = lw_s, -- Plaguefall
[2290] = public.isRetail and {lw_s, lw_cs} or lw_s, -- Mists of Tirna Scithe
[2290] = public.isRetail and not public.isTestBuild and {lw_s, lw_cs} or lw_s, -- Mists of Tirna Scithe
[2291] = lw_s, -- De Other Side
[2293] = lw_s, -- Theater of Pain
[2293] = public.isTestBuild and {lw_s, lw_cs} or lw_s, -- Theater of Pain
[2441] = lw_s, -- Tazavesh, the Veiled Market
--[[ LittleWigs: Dragonflight ]]--
[2451] = lw_df, -- Uldaman: Legacy of Tyr
Expand All @@ -491,16 +492,16 @@ do
[2527] = lw_df, -- Halls of Infusion
[2579] = lw_df, -- Dawn of the Infinite
--[[ LittleWigs: The War Within ]]--
[2648] = lw_tww, -- The Rookery
[2649] = lw_tww, -- Priory of the Sacred Flame
[2651] = lw_tww, -- Darkflame Cleft
[2652] = public.isRetail and {lw_tww, lw_cs} or lw_tww, -- The Stonevault
[2660] = public.isRetail and {lw_tww, lw_cs} or lw_tww, -- Ara-Kara, City of Echoes
[2661] = lw_tww, -- Cinderbrew Meadery
[2662] = public.isRetail and {lw_tww, lw_cs} or lw_tww, -- The Dawnbreaker
[2669] = public.isRetail and {lw_tww, lw_cs} or lw_tww, -- City of Threads
[2648] = public.isTestBuild and {lw_tww, lw_cs} or lw_tww, -- The Rookery
[2649] = public.isTestBuild and {lw_tww, lw_cs} or lw_tww, -- Priory of the Sacred Flame
[2651] = public.isTestBuild and {lw_tww, lw_cs} or lw_tww, -- Darkflame Cleft
[2652] = public.isRetail and not public.isTestBuild and {lw_tww, lw_cs} or lw_tww, -- The Stonevault
[2660] = public.isRetail and not public.isTestBuild and {lw_tww, lw_cs} or lw_tww, -- Ara-Kara, City of Echoes
[2661] = public.isTestBuild and {lw_tww, lw_cs} or lw_tww, -- Cinderbrew Meadery
[2662] = public.isRetail and not public.isTestBuild and {lw_tww, lw_cs} or lw_tww, -- The Dawnbreaker
[2669] = public.isRetail and not public.isTestBuild and {lw_tww, lw_cs} or lw_tww, -- City of Threads
[2710] = lw_tww, -- Awakening the Machine
[2773] = lw_tww, -- Operation: Floodgate
[2773] = public.isTestBuild and {lw_tww, lw_cs} or lw_tww, -- Operation: Floodgate
--[[ LittleWigs: Delves ]]--
[2664] = lw_delves, -- Fungal Folly
[2679] = lw_delves, -- Mycomancer Cavern
Expand Down Expand Up @@ -1291,6 +1292,7 @@ do
LittleWigs_Dragonflight = true,
-- Dynamic content
BigWigs_NerubarPalace = true,
BigWigs_LiberationOfUndermine = true,
}
-- Try to teach people not to force load our modules.
for i = 1, GetNumAddOns() do
Expand Down

0 comments on commit 87f0e3f

Please sign in to comment.