mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 18:24:12 +00:00
fix events that span Dec/Jan
This commit is contained in:
parent
2b04a1b50c
commit
f6aa96c64c
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue