1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Update the identifiers of abilities and items whose names changed.

This commit is contained in:
Lynn "Zhorken" Vaughan 2014-05-19 14:27:19 -04:00
parent 4d83e8e183
commit 35ca74ea1d
3 changed files with 37 additions and 37 deletions
pokedex/data/csv

View file

@ -12,7 +12,7 @@ id,identifier,generation_id,is_main_series
11,water-absorb,3,1
12,oblivious,3,1
13,cloud-nine,3,1
14,compoundeyes,3,1
14,compound-eyes,3,1
15,insomnia,3,1
16,color-change,3,1
17,immunity,3,1
@ -29,7 +29,7 @@ id,identifier,generation_id,is_main_series
28,synchronize,3,1
29,clear-body,3,1
30,natural-cure,3,1
31,lightningrod,3,1
31,lightning-rod,3,1
32,serene-grace,3,1
33,swift-swim,3,1
34,chlorophyll,3,1

1 id identifier generation_id is_main_series
12 11 water-absorb 3 1
13 12 oblivious 3 1
14 13 cloud-nine 3 1
15 14 compoundeyes compound-eyes 3 1
16 15 insomnia 3 1
17 16 color-change 3 1
18 17 immunity 3 1
29 28 synchronize 3 1
30 29 clear-body 3 1
31 30 natural-cure 3 1
32 31 lightningrod lightning-rod 3 1
33 32 serene-grace 3 1
34 33 swift-swim 3 1
35 34 chlorophyll 3 1