mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(event): start at 8AM not 8PM
This commit is contained in:
@@ -16,8 +16,8 @@ export const EVENTS = {
|
|||||||
npcImageSuffix: '',
|
npcImageSuffix: '',
|
||||||
},
|
},
|
||||||
bundle202211: {
|
bundle202211: {
|
||||||
start: '2022-11-15T20:00-05:00',
|
start: '2022-11-15T08:00-05:00',
|
||||||
end: '2022-11-30T08:00-05:00',
|
end: '2022-11-30T20:00-05:00',
|
||||||
season: 'normal',
|
season: 'normal',
|
||||||
npcImageSuffix: '',
|
npcImageSuffix: '',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user