mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
chore(event): End Wonderland
This commit is contained in:
@@ -1,31 +1,23 @@
|
||||
import { SEASONAL_SETS } from '../content/constants';
|
||||
// import { SEASONAL_SETS } from '../content/constants';
|
||||
|
||||
export default {
|
||||
opened: true,
|
||||
opened: false,
|
||||
|
||||
currentSeason: 'Winter',
|
||||
currentSeason: 'Closed',
|
||||
|
||||
dateRange: { start: '2019-12-19', end: '2020-01-31' },
|
||||
dateRange: { start: '2019-09-24', end: '2019-10-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.winter,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
healer: 'winter2020WinterSpiceSet',
|
||||
rogue: 'winter2020LanternSet',
|
||||
warrior: 'winter2020EvergreenSet',
|
||||
wizard: 'winter2020CarolOfTheMageSet',
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
'snowball',
|
||||
],
|
||||
|
||||
availableQuests: [
|
||||
'evilsanta',
|
||||
'evilsanta2',
|
||||
],
|
||||
|
||||
featuredSet: 'winter2018GiftWrappedSet',
|
||||
featuredSet: 'fall2018AlterEgoSet',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user