mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-24 23:57:12 -05:00
Fix Jiseok Garganacl start date (#3815)
This commit is contained in:
parent
8de4b8b90f
commit
5ef3837d3f
|
|
@ -107,6 +107,6 @@ public static bool IsValidDateWC9(WC9 card , DateOnly obtained) => (WC9Gifts.Tr
|
|||
{
|
||||
{0001, (new(2022, 11, 17), Never)}, // PokéCenter Flabébé
|
||||
{0006, (new(2022, 12, 16), new(2023, 02, 01))}, // Jump Festa Gyarados
|
||||
{0501, (new(2022, 02, 17), new(2023, 02, 21))}, // Jiseok's Garganacl
|
||||
{0501, (new(2023, 02, 16), new(2023, 02, 21))}, // Jiseok's Garganacl
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user