mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 06:07:07 +00:00
fix jade potion release date (#15413)
This commit is contained in:
parent
ae0b966f45
commit
3d9dfbb5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,5 +32,5 @@ export const EGGS_RELEASE_DATES = {
|
|||
export const HATCHING_POTIONS_RELEASE_DATES = {
|
||||
Koi: { year: 2024, month: 6, day: 1 },
|
||||
Gingerbread: { year: 2024, month: 12, day: 21 },
|
||||
Jade: { year: 2025, month: 3, day: 21 },
|
||||
Jade: { year: 2025, month: 3, day: 14 },
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue