mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-22 03:53:08 +00:00
Adjust HOME Tandemaus gift date range
Like with Shiny Zeraora in the past, the only limitation is the distribution of the gift itself. Once added to your Gift Box, it can then be claimed at any time, giving it no end date.
This commit is contained in:
parent
26fd23a338
commit
50ff039c1b
1 changed files with 1 additions and 1 deletions
|
@ -214,6 +214,6 @@ public static class EncounterServerDate
|
||||||
{9022, HOME3_ML}, // Hidden Ability Fuecoco
|
{9022, HOME3_ML}, // Hidden Ability Fuecoco
|
||||||
{9023, HOME3_ML}, // Hidden Ability Quaxly
|
{9023, HOME3_ML}, // Hidden Ability Quaxly
|
||||||
{9024, (new(2024, 10, 16), Never)}, // Shiny Meloetta
|
{9024, (new(2024, 10, 16), Never)}, // Shiny Meloetta
|
||||||
{9025, (new(2024, 11, 01), new(2025, 11, 01))}, // Birthday Tandemaus
|
{9025, (new(2024, 11, 01), Never)}, // PokéCenter Birthday Tandemaus
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue