fix(event): correct start time for non-event

This commit is contained in:
Sabe Jones
2021-04-30 09:35:36 -05:00
parent 1413f1d9f5
commit d089848f59

View File

@@ -10,7 +10,7 @@ const gemsPromo = {
export const EVENTS = { export const EVENTS = {
noCurrentEvent2021: { noCurrentEvent2021: {
start: '2021-04-30T08:00-05:00', start: '2021-04-30T20:00-05:00',
end: '2021-08-23T08:00-05:00', end: '2021-08-23T08:00-05:00',
season: 'normal', season: 'normal',
npcImageSuffix: '', npcImageSuffix: '',