Fix some backwards Pokémon types.

This commit is contained in:
Andrew Ekstedt 2013-10-29 14:37:15 -07:00
parent ec5dd5177f
commit 81c67e8080
2 changed files with 15 additions and 14 deletions

View file

@ -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

1 pokemon_id type_id slot
983 676 1 1
984 677 14 1
985 678 14 1
986 679 8 9 1
987 679 9 8 2
988 680 8 9 1
989 680 9 8 2
990 681 8 9 1
991 681 9 8 2
992 682 18 1
993 683 18 1
994 684 18 1
997 686 14 2
998 687 17 1
999 687 14 2
1000 688 11 6 1
1001 688 6 11 2
1002 689 11 6 1
1003 689 6 11 2
1004 690 4 1
1005 690 11 2
1006 691 4 1
1029 704 16 1
1030 705 16 1
1031 706 16 1
1032 707 18 9 1
1033 707 9 18 2
1034 708 8 1
1035 708 12 2
1036 709 8 1
1091 10024 11 1
1092 10024 2 2
1093 10025 14 1
1094 10026 8 9 1
1095 10026 9 8 2
1096 10027 8 1
1097 10027 12 2
1098 10028 8 1

View file

@ -14,3 +14,4 @@ version_group_id,region_id
10,2
11,5
14,5
15,6

1 version_group_id region_id
14 10 2
15 11 5
16 14 5
17 15 6