From 6191357b3ec22cb65772ecc8a9a196323911513c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 18 May 2021 23:50:50 +0200 Subject: tripoli: Add Shores of Tripoli to database. --- tools/sql/data-tripoli.txt | 3 +++ views/index.ejs | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 tools/sql/data-tripoli.txt diff --git a/tools/sql/data-tripoli.txt b/tools/sql/data-tripoli.txt new file mode 100644 index 0000000..0addd6d --- /dev/null +++ b/tools/sql/data-tripoli.txt @@ -0,0 +1,3 @@ +INSERT OR REPLACE INTO titles VALUES ( 'shores-of-tripoli', 'The Shores of Tripoli', 237860 ); +INSERT OR REPLACE INTO roles VALUES ( 'shores-of-tripoli', 'Tripolitania' ); +INSERT OR REPLACE INTO roles VALUES ( 'shores-of-tripoli', 'United States' ); diff --git a/views/index.ejs b/views/index.ejs index 91f4504..34c880f 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -18,5 +18,9 @@ Registration and use is free, and there are no ads. +
+ +
+

Join the Discord server to find players or report bugs. -- cgit v1.2.3