You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DELETEFROM learnsets WHERE pokemon_id IN (SELECT id FROM pokemon WHERE unique_name LIKE'%_hisui') AND game_id IN (SELECT id FROM games WHERE name ='SwSh');
DELETEFROM learnsets WHERE pokemon_id IN (SELECT id FROM pokemon WHERE unique_name ='basculin-white-striped') AND game_id IN (SELECT id FROM games WHERE name ='SwSh');
DELETEFROM learnsets WHERE pokemon_id IN (SELECT id FROM pokemon WHERE unique_name ='basculin-white-striped') AND game_id IN (SELECT id FROM games WHERE name ='USUM');
But we want to fix this at the csv level
Also Tauros forms ((Combat|Blaze|Aqua) Breed).
The text was updated successfully, but these errors were encountered:
penelopeysm
changed the title
Make Hisuian forms illegal in SwSh
Make Hisuian forms (incl. Basculin-White) illegal in SwSh
Nov 13, 2023
penelopeysm
changed the title
Make Hisuian forms (incl. Basculin-White) illegal in SwSh
Make Hisuian forms (incl. Basculin-White) illegal in SwSh and USUM
Nov 13, 2023
Temporarily patched:
But we want to fix this at the csv level
Also Tauros forms (
(Combat|Blaze|Aqua) Breed
).The text was updated successfully, but these errors were encountered: