mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 13:18:53 +00:00
fix(event): start at 8AM not 8PM
This commit is contained in:
parent
81540ef399
commit
5e05190f22
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ export const EVENTS = {
|
|||
npcImageSuffix: '',
|
||||
},
|
||||
bundle202211: {
|
||||
start: '2022-11-15T20:00-05:00',
|
||||
end: '2022-11-30T08:00-05:00',
|
||||
start: '2022-11-15T08:00-05:00',
|
||||
end: '2022-11-30T20:00-05:00',
|
||||
season: 'normal',
|
||||
npcImageSuffix: '',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue