From 232c65ed3aa23c08ee603e26d3c93ed480dcdcf5 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 6 May 2022 10:49:05 -0700 Subject: [PATCH] Update EncounterServerDate.cs Closes #3488 Co-Authored-By: CanoeHope <43196464+CanoeHope@users.noreply.github.com> --- PKHeX.Core/Legality/Encounters/Data/EncounterServerDate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Encounters/Data/EncounterServerDate.cs b/PKHeX.Core/Legality/Encounters/Data/EncounterServerDate.cs index 602b4220d..49c66e74f 100644 --- a/PKHeX.Core/Legality/Encounters/Data/EncounterServerDate.cs +++ b/PKHeX.Core/Legality/Encounters/Data/EncounterServerDate.cs @@ -75,7 +75,7 @@ private static bool IsValidDate(DateTime obtained, (DateTime Start, DateTime End public static readonly Dictionary WA8Gifts = new() { {0138, (new(2022, 01, 27), new(2022, 11, 01))}, // Poké Center Happiny - {0301, (new(2022, 02, 12), new(2022, 02, 24))}, // プロポチャ Piplup + {0301, (new(2022, 02, 04), new(2022, 02, 24))}, // プロポチャ Piplup {0801, (new(2022, 02, 25), new(2022, 06, 01))}, // Teresa Roca Hisuian Growlithe }; }