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