mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix jade potion release date (#15413)
This commit is contained in:
@@ -32,5 +32,5 @@ export const EGGS_RELEASE_DATES = {
|
|||||||
export const HATCHING_POTIONS_RELEASE_DATES = {
|
export const HATCHING_POTIONS_RELEASE_DATES = {
|
||||||
Koi: { year: 2024, month: 6, day: 1 },
|
Koi: { year: 2024, month: 6, day: 1 },
|
||||||
Gingerbread: { year: 2024, month: 12, day: 21 },
|
Gingerbread: { year: 2024, month: 12, day: 21 },
|
||||||
Jade: { year: 2025, month: 3, day: 21 },
|
Jade: { year: 2025, month: 3, day: 14 },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user