Files
habitica/website/common/script/libs/shops-seasonal.config.js
Sabe Jones 4f34443b84 chore(event): end Summer Splash + Potions
Also Bailey news
2018-08-01 14:48:38 -05:00

23 lines
319 B
JavaScript

// import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: false,
currentSeason: 'Closed',
dateRange: { start: '2018-06-19', end: '2018-07-31' },
availableSets: [
],
pinnedSets: {},
availableSpells: [
],
availableQuests: [
],
featuredSet: 'strappingSailorSet',
};