From ac8e4c22e6dfbba0ff7ca0dedcdee25530726b77 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 28 Apr 2021 12:23:44 +0200 Subject: Add Crusader Rex. --- tools/sql/data-crusader.txt | 3 +++ views/index.ejs | 1 + 2 files changed, 4 insertions(+) create mode 100644 tools/sql/data-crusader.txt diff --git a/tools/sql/data-crusader.txt b/tools/sql/data-crusader.txt new file mode 100644 index 0000000..f06d3c3 --- /dev/null +++ b/tools/sql/data-crusader.txt @@ -0,0 +1,3 @@ +INSERT OR REPLACE INTO titles VALUES ( 'crusader-rex', 'Crusader Rex', 8481 ); +INSERT OR REPLACE INTO roles VALUES ( 'crusader-rex', 'Frank' ); +INSERT OR REPLACE INTO roles VALUES ( 'crusader-rex', 'Saracen' ); diff --git a/views/index.ejs b/views/index.ejs index 34c880f..f204f59 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -13,6 +13,7 @@ players. Registration and use is free, and there are no ads.
+ -- cgit v1.2.3