fix(event): start at 8AM not 8PM

This commit is contained in:
SabreCat
2022-11-15 16:05:06 -06:00
parent 81540ef399
commit 5e05190f22

View File

@@ -16,8 +16,8 @@ export const EVENTS = {
npcImageSuffix: '', npcImageSuffix: '',
}, },
bundle202211: { bundle202211: {
start: '2022-11-15T20:00-05:00', start: '2022-11-15T08:00-05:00',
end: '2022-11-30T08:00-05:00', end: '2022-11-30T20:00-05:00',
season: 'normal', season: 'normal',
npcImageSuffix: '', npcImageSuffix: '',
}, },