From 3d9dfbb5e11d94f31fe1b83994f4ba9546ace22c Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 17 Mar 2025 14:55:47 +0100 Subject: [PATCH] fix jade potion release date (#15413) --- website/common/script/content/constants/releaseDates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/constants/releaseDates.js b/website/common/script/content/constants/releaseDates.js index 722fbfe02f..c37490c09c 100644 --- a/website/common/script/content/constants/releaseDates.js +++ b/website/common/script/content/constants/releaseDates.js @@ -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 }, };