mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Add wild held items for Sun and Ultra Moon
The initial import of data from S/M and US/UM only included held items for Moon and Ultra Sun. (Presumably those were the only games eevee had access to?) I now have all four games and I've verified that the data file which contains held items is completely identical between Sun and Moon, and between Ultra Sun and Ultra Moon. So we can just copy the held items from the other two games. pokedex=> insert into pokemon_items (select pokemon_id, 27, item_id, rarity from pokemon_items where version_id=28); INSERT 0 356 Time: 220.560 ms pokedex=> insert into pokemon_items (select pokemon_id, 30, item_id, rarity from pokemon_items where version_id=29); INSERT 0 362 Time: 102.063 ms
This commit is contained in:
parent
f535b61341
commit
b05ff3a5b1
1 changed files with 718 additions and 0 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue