Merge branch '2023-winner-funderlamb' into release

by @CuriousMagpie
This commit is contained in:
SabreCat
2023-12-17 19:36:15 -06:00
parent 19253cd9b5
commit 8a45f753ca
15 changed files with 442 additions and 49 deletions
@@ -29,22 +29,22 @@ export default {
pinnedSets: CURRENT_EVENT
? {
rogue: 'fall2023WitchsBrewRogueSet',
warrior: 'fall2023ScaryMovieWarriorSet',
wizard: 'fall2023ScarletWarlockMageSet',
healer: 'fall2023BogCreatureHealerSet',
rogue: 'winter2024SnowyOwlRogueSet',
warrior: 'winter2024PeppermintBarkWarriorSet',
wizard: 'winter2024NarwhalWizardMageSet',
healer: 'winter2024FrozenHealerSet',
}
: {},
availableSpells: CURRENT_EVENT && moment().isBetween('2023-10-03T08:00-04:00', CURRENT_EVENT.end)
availableSpells: CURRENT_EVENT && moment().isBetween('2023-01-09T08:00-04:00', CURRENT_EVENT.end)
? [
'spookySparkles',
'snowball',
]
: [],
availableQuests: CURRENT_EVENT && moment().isBetween('2023-07-11T08:00-04:00', CURRENT_EVENT.end)
availableQuests: CURRENT_EVENT && moment().isBetween('2023-01-09T08:00-04:00', CURRENT_EVENT.end) // 2024-01-09
? []
: [],
featuredSet: 'fall2022HarpyMageSet',
featuredSet: 'winter2019PoinsettiaSet',
};