2
0
Fork 0
mirror of https://github.com/PokeAPI/pokeapi synced 2025-03-03 22:47:17 +00:00

Fix main region ID for Gen9 in Generations

This commit is contained in:
Pythonic-Rainbow 2023-01-24 17:25:12 +00:00 committed by GitHub
parent 57c11f9b9f
commit b5fd0cb837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,4 +7,4 @@ id,main_region_id,identifier
6,6,generation-vi
7,7,generation-vii
8,8,generation-viii
9,9,generation-ix
9,10,generation-ix
1 id main_region_id identifier
7 6 6 generation-vi
8 7 7 generation-vii
9 8 8 generation-viii
10 9 9 10 generation-ix