mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add a dummy pokemon_form_names row for Diancie.
Apparently PokemonForm.name requires this row, so the tests weren't passing. 9_6
This commit is contained in:
parent
efa41be984
commit
3fe999db89
1 changed files with 1 additions and 0 deletions
|
@ -1435,6 +1435,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
|
||||||
717,9,,
|
717,9,,
|
||||||
718,5,,
|
718,5,,
|
||||||
718,9,,
|
718,9,,
|
||||||
|
719,9,,
|
||||||
10001,5,B,Zarbi B
|
10001,5,B,Zarbi B
|
||||||
10001,9,B,Unown B
|
10001,9,B,Unown B
|
||||||
10002,5,C,Zarbi C
|
10002,5,C,Zarbi C
|
||||||
|
|
|
Loading…
Reference in a new issue