Add evolution method to Crabrawler (#276)

Added missing `location_id` for Crabrawler. It now references the "Mount Lanakila" row in the `locations` table.

Updates #248
This commit is contained in:
Zroxos 2019-07-22 07:42:19 +02:00 committed by Andrew Ekstedt
parent 087237c9ef
commit 3c550f1425
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
381,735,1,,20,,,,day,,,,,,,,,,0,0
382,737,1,,20,,,,,,,,,,,,,,0,0
383,738,1,,,,,,,,,,,,,,,,0,0
384,740,1,,,,,,,,,,,,,,,,0,0
384,740,1,,,,775,,,,,,,,,,,,0,0
385,743,1,,25,,,,,,,,,,,,,,0,0
386,745,1,,25,,,,day,,,,,,,,,,0,0
387,745,1,,25,,,,night,,,,,,,,,,0,0

1 id evolved_species_id evolution_trigger_id trigger_item_id minimum_level gender_id location_id held_item_id time_of_day known_move_id known_move_type_id minimum_happiness minimum_beauty minimum_affection relative_physical_stats party_species_id party_type_id trade_species_id needs_overworld_rain turn_upside_down
381 381 735 1 20 day 0 0
382 382 737 1 20 0 0
383 383 738 1 0 0
384 384 740 1 775 0 0
385 385 743 1 25 0 0
386 386 745 1 25 day 0 0
387 387 745 1 25 night 0 0