fix(promo): use mobile generic key, maintain gear date range

This commit is contained in:
Sabe Jones
2021-09-23 12:09:38 -05:00
parent bbe2076007
commit d44b32764f
3 changed files with 20 additions and 14 deletions

View File

@@ -15,13 +15,19 @@ export const EVENTS = {
season: 'normal',
npcImageSuffix: '',
},
fall_extra_gems: { // eslint-disable-line camelcase
start: '2021-09-23T14:00-04:00',
end: '2021-10-31T20:00-04:00',
npcImageSuffix: '_fall',
season: 'fall',
gemsPromo,
},
fall2021: {
start: '2021-09-21T08:00-04:00',
end: '2021-10-31T20:00-04:00',
npcImageSuffix: '_fall',
season: 'fall',
gear: true,
gemsPromo,
},
bundle202109: {
start: '2021-09-13T08:00-04:00',