Update EncounterServerDate.cs

Closes #3488

Co-Authored-By: CanoeHope <43196464+CanoeHope@users.noreply.github.com>
This commit is contained in:
Kurt
2022-05-06 10:49:05 -07:00
parent 6e94eaaaee
commit 232c65ed3a

View File

@@ -75,7 +75,7 @@ private static bool IsValidDate(DateTime obtained, (DateTime Start, DateTime End
public static readonly Dictionary<int, (DateTime Start, DateTime End)> 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
};
}