mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
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:
parent
7f781db1d7
commit
9fffb2a401
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
pokemon_id,ability_id,is_dream,slot
|
||||
pokemon_id,ability_id,is_hidden,slot
|
||||
1,65,0,1
|
||||
1,34,1,3
|
||||
2,65,0,1
|
||||
|
|
|
Loading…
Reference in a new issue