mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 20:25:08 -05:00
Update EncounterServerDate.cs
Closes #3488 Co-Authored-By: CanoeHope <43196464+CanoeHope@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user