From 6153035c819320150386283ecbff7f4d51134e4f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 22 Jun 2021 12:10:07 +0200 Subject: crusader: Change role names to noun form. --- tools/sql/data-crusader.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/sql/data-crusader.txt b/tools/sql/data-crusader.txt index f06d3c3..4f565b9 100644 --- a/tools/sql/data-crusader.txt +++ b/tools/sql/data-crusader.txt @@ -1,3 +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' ); +INSERT OR REPLACE INTO roles VALUES ( 'crusader-rex', 'Franks' ); +INSERT OR REPLACE INTO roles VALUES ( 'crusader-rex', 'Saracens' ); -- cgit v1.2.3