diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 8d7afb58bf..749d7e54f6 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -12,7 +12,7 @@ const gemsPromo = { export const REPEATING_EVENTS = { nye: { start: new Date('1970-12-28T04:00-05:00'), - end: new Date('1970-01-04T03:59-05:00'), + end: new Date('1971-01-04T03:59-05:00'), season: 'nye', npcImageSuffix: '_nye', content: [ @@ -114,7 +114,7 @@ export const REPEATING_EVENTS = { }, giveOneGetOne: { start: new Date('1970-12-19T04:00-05:00'), - end: new Date('1970-01-06T03:59-05:00'), + end: new Date('1971-01-06T03:59-05:00'), promo: 'g1g1', }, };