Split Refusal into Refusal1 + Refusal2, fix endgame bug, remove castling
[vchess.git] / server / db / populate.sql
index 7603f1f..aa0dace 100644 (file)
@@ -87,7 +87,7 @@ insert or ignore into Variants (name, description) values
   ('Isardam', 'No paralyzed pieces'),
   ('Janggi', 'Korean Chess'),
   ('Joker', 'Replace pieces'),
   ('Isardam', 'No paralyzed pieces'),
   ('Janggi', 'Korean Chess'),
   ('Joker', 'Replace pieces'),
-  ('Karouk', 'Thai chess (v3)'),
+  ('Karouk', 'Thai Chess (v3)'),
   ('Kinglet', 'Protect your pawns'),
   ('Kingsmaker', 'Promote into kings'),
   ('Knightmate', 'Mate the knight'),
   ('Kinglet', 'Protect your pawns'),
   ('Kingsmaker', 'Promote into kings'),
   ('Knightmate', 'Mate the knight'),
@@ -133,7 +133,8 @@ insert or ignore into Variants (name, description) values
   ('Relayup', 'Upgrade pieces'),
   ('Rifle', 'Shoot pieces'),
   ('Recycle', 'Reuse pieces'),
   ('Relayup', 'Upgrade pieces'),
   ('Rifle', 'Shoot pieces'),
   ('Recycle', 'Reuse pieces'),
-  ('Refusal', 'Do not play that!'),
+  ('Refusal1', 'Do not play that! (v1)'),
+  ('Refusal2', 'Do not play that! (v2)'),
   ('Rollerball', 'As in the movie'),
   ('Rococo', 'Capture on the edge'),
   ('Rookpawns', 'Rook versus pawns'),
   ('Rollerball', 'As in the movie'),
   ('Rococo', 'Capture on the edge'),
   ('Rookpawns', 'Rook versus pawns'),