From: Benjamin Auder Date: Thu, 19 Mar 2020 19:45:57 +0000 (+0100) Subject: Fix Rugby short description X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=95f8376c20f174557bdd91041a7fe5ee3fc5c9f5 Fix Rugby short description --- diff --git a/server/db/populate.sql b/server/db/populate.sql index 2f1dcf58..2107afb9 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -38,7 +38,7 @@ insert or ignore into Variants (name,description) values ('Rifle', 'Shoot pieces'), ('Recycle', 'Reuse pieces'), ('Royalrace', 'Kings cross the 11x11 board'), - ('Rugby', 'Score a try'), + ('Rugby', 'Transform an essay'), ('Shatranj', 'Ancient rules'), ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'),