mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add evolution method to Crabrawler
Added missing ```location_id``` for Crabrawler. It now references the "Mount Lanakila" row in the ```locations``` table.
This commit is contained in:
parent
310d104533
commit
975d1be8c9
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