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

The S.S. Ticket and Magma Stone are no longer unused.

This commit is contained in:
Lynn "Zhorken" Vaughan 2012-10-19 21:05:39 -04:00
parent 1cd419b19a
commit 33f227d4cd
2 changed files with 8 additions and 4 deletions
pokedex/data/csv

View file

@ -431,9 +431,9 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
430,lunar-wing,20,0,,
431,member-card,20,0,,
432,azure-flute,20,0,,
433,ss-ticket,23,0,,
433,ss-ticket,22,0,,
434,contest-pass,21,0,,
435,magma-stone,23,0,,
435,magma-stone,22,0,,
436,parcel,22,0,,
437,coupon-1,22,0,,
438,coupon-2,22,0,,

1 id identifier category_id cost fling_power fling_effect_id
431 430 lunar-wing 20 0
432 431 member-card 20 0
433 432 azure-flute 20 0
434 433 ss-ticket 23 22 0
435 434 contest-pass 21 0
436 435 magma-stone 23 22 0
437 436 parcel 22 0
438 437 coupon-1 22 0
439 438 coupon-2 22 0