mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Copy Castform's B/W 2 egg moves over, too.
This commit originally included Basculin, too, but then magical dealt with that before I pushed. Anyway, the query I used should have caught any other similar cases, too: insert into pokemon_moves select p.id, 14, pm.move_id, 2, 0, null from pokemon_moves pm join pokemon p on pm.pokemon_id=p.species_id and p.is_default=false where pm.version_group_id=14 and pm.pokemon_move_method_id=2; The join condition is cheating a little, but it does happen to work; it joins a pokemon_move to all non-default forms of the same Pokémon. If being default and having id=species_id didn't go hand-in-hand, I'm pretty sure it'd require two joins to pokemon.
This commit is contained in:
parent
4ad4fba921
commit
dcf9ef23e7
1 changed files with 21 additions and 0 deletions
|
@ -249726,6 +249726,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
662,13,311,1,30,
|
||||
662,14,29,1,20,
|
||||
662,14,33,1,1,
|
||||
662,14,50,2,0,
|
||||
662,14,52,1,10,2
|
||||
662,14,53,4,0,
|
||||
662,14,55,1,10,1
|
||||
|
@ -249741,6 +249742,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
662,14,104,4,0,
|
||||
662,14,126,1,50,2
|
||||
662,14,126,4,0,
|
||||
662,14,133,2,0,
|
||||
662,14,148,4,0,
|
||||
662,14,156,4,0,
|
||||
662,14,164,4,0,
|
||||
|
@ -249762,15 +249764,20 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
662,14,241,4,0,
|
||||
662,14,244,4,0,
|
||||
662,14,247,4,0,
|
||||
662,14,248,2,0,
|
||||
662,14,258,1,30,3
|
||||
662,14,258,4,0,
|
||||
662,14,263,4,0,
|
||||
662,14,311,1,40,
|
||||
662,14,366,3,0,
|
||||
662,14,381,2,0,
|
||||
662,14,387,3,0,
|
||||
662,14,412,4,0,
|
||||
662,14,466,2,0,
|
||||
662,14,496,4,0,
|
||||
662,14,499,2,0,
|
||||
662,14,503,4,0,
|
||||
662,14,506,2,0,
|
||||
662,14,510,4,0,
|
||||
662,14,514,4,0,
|
||||
662,14,526,4,0,
|
||||
|
@ -250138,6 +250145,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
663,13,311,1,30,
|
||||
663,14,29,1,20,
|
||||
663,14,33,1,1,
|
||||
663,14,50,2,0,
|
||||
663,14,52,1,10,2
|
||||
663,14,53,4,0,
|
||||
663,14,55,1,10,1
|
||||
|
@ -250153,6 +250161,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
663,14,104,4,0,
|
||||
663,14,126,1,50,2
|
||||
663,14,126,4,0,
|
||||
663,14,133,2,0,
|
||||
663,14,148,4,0,
|
||||
663,14,156,4,0,
|
||||
663,14,164,4,0,
|
||||
|
@ -250174,15 +250183,20 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
663,14,241,4,0,
|
||||
663,14,244,4,0,
|
||||
663,14,247,4,0,
|
||||
663,14,248,2,0,
|
||||
663,14,258,1,30,3
|
||||
663,14,258,4,0,
|
||||
663,14,263,4,0,
|
||||
663,14,311,1,40,
|
||||
663,14,366,3,0,
|
||||
663,14,381,2,0,
|
||||
663,14,387,3,0,
|
||||
663,14,412,4,0,
|
||||
663,14,466,2,0,
|
||||
663,14,496,4,0,
|
||||
663,14,499,2,0,
|
||||
663,14,503,4,0,
|
||||
663,14,506,2,0,
|
||||
663,14,510,4,0,
|
||||
663,14,514,4,0,
|
||||
663,14,526,4,0,
|
||||
|
@ -250550,6 +250564,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
664,13,311,1,30,
|
||||
664,14,29,1,20,
|
||||
664,14,33,1,1,
|
||||
664,14,50,2,0,
|
||||
664,14,52,1,10,2
|
||||
664,14,53,4,0,
|
||||
664,14,55,1,10,1
|
||||
|
@ -250565,6 +250580,7 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
664,14,104,4,0,
|
||||
664,14,126,1,50,2
|
||||
664,14,126,4,0,
|
||||
664,14,133,2,0,
|
||||
664,14,148,4,0,
|
||||
664,14,156,4,0,
|
||||
664,14,164,4,0,
|
||||
|
@ -250586,15 +250602,20 @@ pokemon_id,version_group_id,move_id,pokemon_move_method_id,level,order
|
|||
664,14,241,4,0,
|
||||
664,14,244,4,0,
|
||||
664,14,247,4,0,
|
||||
664,14,248,2,0,
|
||||
664,14,258,1,30,3
|
||||
664,14,258,4,0,
|
||||
664,14,263,4,0,
|
||||
664,14,311,1,40,
|
||||
664,14,366,3,0,
|
||||
664,14,381,2,0,
|
||||
664,14,387,3,0,
|
||||
664,14,412,4,0,
|
||||
664,14,466,2,0,
|
||||
664,14,496,4,0,
|
||||
664,14,499,2,0,
|
||||
664,14,503,4,0,
|
||||
664,14,506,2,0,
|
||||
664,14,510,4,0,
|
||||
664,14,514,4,0,
|
||||
664,14,526,4,0,
|
||||
|
|
Can't render this file because it is too large.
|
Loading…
Reference in a new issue