Fix Jiseok Garganacl start date (#3815)

This commit is contained in:
Manu 2023-02-28 01:18:39 +01:00 committed by GitHub
parent 8de4b8b90f
commit 5ef3837d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
};
}