mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix some backwards Pokémon types.
This commit is contained in:
parent
ec5dd5177f
commit
81c67e8080
2 changed files with 15 additions and 14 deletions
|
@ -983,12 +983,12 @@ pokemon_id,type_id,slot
|
|||
676,1,1
|
||||
677,14,1
|
||||
678,14,1
|
||||
679,8,1
|
||||
679,9,2
|
||||
680,8,1
|
||||
680,9,2
|
||||
681,8,1
|
||||
681,9,2
|
||||
679,9,1
|
||||
679,8,2
|
||||
680,9,1
|
||||
680,8,2
|
||||
681,9,1
|
||||
681,8,2
|
||||
682,18,1
|
||||
683,18,1
|
||||
684,18,1
|
||||
|
@ -997,10 +997,10 @@ pokemon_id,type_id,slot
|
|||
686,14,2
|
||||
687,17,1
|
||||
687,14,2
|
||||
688,11,1
|
||||
688,6,2
|
||||
689,11,1
|
||||
689,6,2
|
||||
688,6,1
|
||||
688,11,2
|
||||
689,6,1
|
||||
689,11,2
|
||||
690,4,1
|
||||
690,11,2
|
||||
691,4,1
|
||||
|
@ -1029,8 +1029,8 @@ pokemon_id,type_id,slot
|
|||
704,16,1
|
||||
705,16,1
|
||||
706,16,1
|
||||
707,18,1
|
||||
707,9,2
|
||||
707,9,1
|
||||
707,18,2
|
||||
708,8,1
|
||||
708,12,2
|
||||
709,8,1
|
||||
|
@ -1091,8 +1091,8 @@ pokemon_id,type_id,slot
|
|||
10024,11,1
|
||||
10024,2,2
|
||||
10025,14,1
|
||||
10026,8,1
|
||||
10026,9,2
|
||||
10026,9,1
|
||||
10026,8,2
|
||||
10027,8,1
|
||||
10027,12,2
|
||||
10028,8,1
|
||||
|
|
|
|
@ -14,3 +14,4 @@ version_group_id,region_id
|
|||
10,2
|
||||
11,5
|
||||
14,5
|
||||
15,6
|
||||
|
|
|
Loading…
Reference in a new issue