fix events that span Dec/Jan

This commit is contained in:
CuriousMagpie
2024-08-29 11:31:35 -04:00
committed by Phillip Thelen
parent 2b04a1b50c
commit f6aa96c64c

View File

@@ -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',
},
};