mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Merge pull request #1052 from SKCwillie/issue-1051
fixing eevee's has_gender_differences data
This commit is contained in:
commit
f0b51031ae
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ id,identifier,generation_id,evolves_from_species_id,evolution_chain_id,color_id,
|
|||
130,gyarados,1,129,64,2,2,9,4,45,50,0,5,1,1,1,0,0,154,14
|
||||
131,lapras,1,,65,2,3,7,4,45,50,0,40,0,1,0,0,0,155,190
|
||||
132,ditto,1,,66,7,1,8,-1,35,50,0,20,0,2,0,0,0,156,
|
||||
133,eevee,1,,67,3,8,8,1,45,50,0,35,0,2,0,0,0,157,1
|
||||
133,eevee,1,,67,3,8,8,1,45,50,0,35,1,2,0,0,0,157,1
|
||||
134,vaporeon,1,133,67,2,8,8,1,45,50,0,35,0,2,0,0,0,158,2
|
||||
135,jolteon,1,133,67,10,8,8,1,45,50,0,35,0,2,0,0,0,159,3
|
||||
136,flareon,1,133,67,8,8,8,1,45,50,0,35,0,2,0,0,0,160,4
|
||||
|
|
|
Loading…
Reference in a new issue