mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 19:33:10 +00:00
data: fix abilities as per https://github.com/PokeAPI/api-data/pull/62#issuecomment-736749492
This commit is contained in:
parent
b9844c8c1b
commit
da9c4c5b99
1 changed files with 2 additions and 2 deletions
|
@ -2074,7 +2074,7 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
863,181,0,2
|
||||
863,252,1,3
|
||||
864,133,0,1
|
||||
864,130,1,3
|
||||
864,253,1,3
|
||||
865,80,0,1
|
||||
865,113,1,3
|
||||
866,77,0,1
|
||||
|
@ -2137,7 +2137,7 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
895,263,0,1
|
||||
896,264,0,1
|
||||
897,265,0,1
|
||||
898,46,0,1
|
||||
898,127,0,1
|
||||
10001,46,0,1
|
||||
10002,46,0,1
|
||||
10003,46,0,1
|
||||
|
|
|
Loading…
Reference in a new issue