mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17: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 = {
|
export const REPEATING_EVENTS = {
|
||||||
nye: {
|
nye: {
|
||||||
start: new Date('1970-12-28T04:00-05:00'),
|
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',
|
season: 'nye',
|
||||||
npcImageSuffix: '_nye',
|
npcImageSuffix: '_nye',
|
||||||
content: [
|
content: [
|
||||||
@@ -114,7 +114,7 @@ export const REPEATING_EVENTS = {
|
|||||||
},
|
},
|
||||||
giveOneGetOne: {
|
giveOneGetOne: {
|
||||||
start: new Date('1970-12-19T04:00-05:00'),
|
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',
|
promo: 'g1g1',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user