Remove some extraneous form names that broke lookup

This commit is contained in:
Eevee (Lexy Munroe) 2017-11-27 09:58:23 -08:00
parent 74e22520db
commit a6b7b426c2
2 changed files with 6 additions and 6 deletions

View File

@ -983,7 +983,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
735,6,,
735,7,,
735,8,,
735,9,,Gumshoos
735,9,,
735,11,,
735,12,,
738,1,,
@ -993,7 +993,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
738,6,,
738,7,,
738,8,,
738,9,,Vikavolt
738,9,,
738,11,,
738,12,,
741,1,めらめらスタイル,
@ -1063,7 +1063,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
754,6,,
754,7,,
754,8,,
754,9,,Lurantis
754,9,,
754,11,,
754,12,,
758,1,,
@ -1113,7 +1113,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
784,6,,
784,7,,
784,8,,
784,9,,Kommoo
784,9,,
784,11,,
784,12,,
800,1,,
@ -1133,7 +1133,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
801,6,,
801,7,,
801,8,,
801,9,,Magearna
801,9,,
801,11,,
801,12,,
10001,1,,

1 pokemon_form_id local_language_id form_name pokemon_name
983 735 6
984 735 7
985 735 8
986 735 9 Gumshoos
987 735 11
988 735 12
989 738 1
993 738 6
994 738 7
995 738 8
996 738 9 Vikavolt
997 738 11
998 738 12
999 741 1 めらめらスタイル
1063 754 6
1064 754 7
1065 754 8
1066 754 9 Lurantis
1067 754 11
1068 754 12
1069 758 1
1113 784 6
1114 784 7
1115 784 8
1116 784 9 Kommo’o
1117 784 11
1118 784 12
1119 800 1
1133 801 6
1134 801 7
1135 801 8
1136 801 9 Magearna
1137 801 11
1138 801 12
1139 10001 1

View File

@ -718,7 +718,7 @@ id,identifier,form_identifier,pokemon_id,introduced_in_version_group_id,is_defau
717,yveltal,,717,15,1,0,0,1,969
718,zygarde,,718,15,1,0,0,1,970
719,diancie,,719,15,1,0,0,1,974
720,hoopa,,720,15,1,0,0,1,976
720,hoopa,confined,720,15,1,0,0,1,976
721,volcanion,,721,15,1,0,0,1,978
722,rowlet,,722,17,1,0,0,1,979
723,dartrix,,723,17,1,0,0,1,980

1 id identifier form_identifier pokemon_id introduced_in_version_group_id is_default is_battle_only is_mega form_order order
718 717 yveltal 717 15 1 0 0 1 969
719 718 zygarde 718 15 1 0 0 1 970
720 719 diancie 719 15 1 0 0 1 974
721 720 hoopa confined 720 15 1 0 0 1 976
722 721 volcanion 721 15 1 0 0 1 978
723 722 rowlet 722 17 1 0 0 1 979
724 723 dartrix 723 17 1 0 0 1 980