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:
Lynn "Zhorken" Vaughan 2014-03-11 20:34:37 -04:00
parent efa41be984
commit 3fe999db89

View file

@ -1435,6 +1435,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
717,9,,
718,5,,
718,9,,
719,9,,
10001,5,B,Zarbi B
10001,9,B,Unown B
10002,5,C,Zarbi C

1 pokemon_form_id local_language_id form_name pokemon_name
1435 717 9
1436 718 5
1437 718 9
1438 719 9
1439 10001 5 B Zarbi B
1440 10001 9 B Unown B
1441 10002 5 C Zarbi C