mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix(event): sale in 2023 not just 2022
This commit is contained in:
@@ -10,14 +10,14 @@ const gemsPromo = {
|
|||||||
|
|
||||||
export const EVENTS = {
|
export const EVENTS = {
|
||||||
noEvent: {
|
noEvent: {
|
||||||
start: '2023-11-01T00:00-04:00',
|
start: '2023-11-01T00:00-05:00',
|
||||||
end: '2023-12-21T08:00-04:00',
|
end: '2023-12-21T08:00-05:00',
|
||||||
season: 'normal',
|
season: 'normal',
|
||||||
npcImageSuffix: '',
|
npcImageSuffix: '',
|
||||||
},
|
},
|
||||||
spooky_extra_gems: {
|
spooky_extra_gems: {
|
||||||
start: '2022-10-24T08:00-04:00',
|
start: '2023-10-24T08:00-04:00',
|
||||||
end: '2022-10-31T23:59-04:00',
|
end: '2023-10-31T23:59-04:00',
|
||||||
gemsPromo,
|
gemsPromo,
|
||||||
},
|
},
|
||||||
bundle202310: {
|
bundle202310: {
|
||||||
|
|||||||
Reference in New Issue
Block a user