fix jade potion release date (#15413)

This commit is contained in:
Phillip Thelen 2025-03-17 14:55:47 +01:00 committed by GitHub
parent ae0b966f45
commit 3d9dfbb5e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 },
};