mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-21 19:03:08 +00:00
Fix abilities
This commit is contained in:
parent
a1a3b2fe3a
commit
89f1fd92fe
1 changed files with 4 additions and 4 deletions
|
@ -2804,18 +2804,18 @@ pokemon_id,ability_id,is_hidden,slot
|
|||
10228,101,1,3
|
||||
10229,22,0,1
|
||||
10229,18,0,2
|
||||
10229,154,1,3
|
||||
10229,69,1,3
|
||||
10230,22,0,1
|
||||
10230,18,0,2
|
||||
10230,106,1,3
|
||||
10230,69,1,3
|
||||
10231,43,0,1
|
||||
10231,9,0,2
|
||||
10231,106,1,3
|
||||
10232,43,0,1
|
||||
10232,9,0,2
|
||||
10232,106,1,3
|
||||
10233,119,0,1
|
||||
10233,18,1,3
|
||||
10233,66,0,1
|
||||
10233,119,1,3
|
||||
10234,38,0,1
|
||||
10234,33,0,2
|
||||
10234,22,1,3
|
||||
|
|
|
Loading…
Reference in a new issue