[P2] Missing Minior form (violet) now spawns in the wild (#4711)

This commit is contained in:
NightKev 2024-10-23 08:10:43 -07:00 committed by GitHub
parent 03025b2674
commit fd38ab4cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1387,7 +1387,7 @@ export default class BattleScene extends SceneBase {
case Species.ZYGARDE:
return Utils.randSeedInt(4);
case Species.MINIOR:
return Utils.randSeedInt(6);
return Utils.randSeedInt(7);
case Species.ALCREMIE:
return Utils.randSeedInt(9);
case Species.MEOWSTIC: