mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
fix(quest shop): correct forest friends end date (#14202)
This commit is contained in:
parent
56f956be5a
commit
2b21410abd
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const gemsPromo = {
|
|||
|
||||
export const EVENTS = {
|
||||
noCurrentEvent: {
|
||||
start: '2022-08-31T20:00-04:00',
|
||||
start: '2022-09-30T20:00-04:00',
|
||||
end: '2022-12-21T08:00-04:00',
|
||||
season: 'normal',
|
||||
npcImageSuffix: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue