mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
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:
parent
087237c9ef
commit
3c550f1425
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
Loading…
Reference in a new issue