mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Update build.py
This commit is contained in:
parent
ad3c43623d
commit
03c7cb7f33
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ def _build_pokemons():
|
|||
has_gender_differences=bool(int(info[13])),
|
||||
growth_rate_id=int(info[14]),
|
||||
forms_switchable=bool(int(info[15])),
|
||||
order=int(info[16]),
|
||||
order=int(info[18]),
|
||||
)
|
||||
|
||||
build_generic((PokemonSpecies,), "pokemon_species.csv", csv_record_to_objects)
|
||||
|
|
Loading…
Reference in a new issue