PokeAPI / pokedex

PokeAPI's fork for adding gen-8 data.
https://github.com/PokeAPI/pokedex/tree/master-pokeapi/pokeapi
MIT License
43 stars 38 forks source link

Duplicate move entries for Pound #167

Closed Sunlis closed 1 year ago

Sunlis commented 1 year ago

/move/1 and /move/876 both return a resource for the move "Pound". Move 867 is incorrectly listed as being introduced in Gen 9, and has various pieces of incorrect/incomplete information (incomplete list of learned_by_pokemon, missing all contest fields, missing name translations, etc.)

Naramsim commented 1 year ago

Hi, are you familiar with our data? I think I have a fix: https://github.com/PokeAPI/pokeapi/pull/885

Could you review it?

Naramsim commented 1 year ago

I instructed a deploy here: https://staging.pokeapi.co/api/v2/move/876

In 1-2 hours you should see the changes

Naramsim commented 1 year ago

is it fixed?

Sunlis commented 1 year ago

Yes the data I'm seeing in staging looks correct 👍