fix(event): sale in 2023 not just 2022

This commit is contained in:
Sabe Jones
2023-10-17 22:34:05 +00:00
parent 4974712d6c
commit 38974617b5

View File

@@ -10,14 +10,14 @@ const gemsPromo = {
export const EVENTS = { export const EVENTS = {
noEvent: { noEvent: {
start: '2023-11-01T00:00-04:00', start: '2023-11-01T00:00-05:00',
end: '2023-12-21T08:00-04:00', end: '2023-12-21T08:00-05:00',
season: 'normal', season: 'normal',
npcImageSuffix: '', npcImageSuffix: '',
}, },
spooky_extra_gems: { spooky_extra_gems: {
start: '2022-10-24T08:00-04:00', start: '2023-10-24T08:00-04:00',
end: '2022-10-31T23:59-04:00', end: '2023-10-31T23:59-04:00',
gemsPromo, gemsPromo,
}, },
bundle202310: { bundle202310: {