mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
fix events that span Dec/Jan
This commit is contained in:
committed by
Phillip Thelen
parent
2b04a1b50c
commit
f6aa96c64c
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user