mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
Fix Jiseok Garganacl start date (#3815)
This commit is contained in:
parent
8de4b8b90f
commit
5ef3837d3f
1 changed files with 1 additions and 1 deletions
|
@ -107,6 +107,6 @@ public static class EncounterServerDate
|
|||
{
|
||||
{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 a new issue