Change the is_dream header to is_hidden in pokemon_abilities.csv.

Whoops.  grep says this is the only remaining instance of is_dream,
though.
This commit is contained in:
Lynn "Zhorken" Vaughan 2012-11-04 19:37:10 -05:00
parent 7f781db1d7
commit 9fffb2a401

View file

@ -1,4 +1,4 @@
pokemon_id,ability_id,is_dream,slot pokemon_id,ability_id,is_hidden,slot
1,65,0,1 1,65,0,1
1,34,1,3 1,34,1,3
2,65,0,1 2,65,0,1

1 pokemon_id ability_id is_dream is_hidden slot
2 1 65 0 1
3 1 34 1 3
4 2 65 0 1