From c69d1f93716ed7b9849ed9c0ef3d9cfa79ea29a0 Mon Sep 17 00:00:00 2001 From: James Miller Date: Tue, 6 Aug 2019 08:46:46 -0500 Subject: [PATCH] fix data/ancestries.sql typo with ; --- data/ancestries.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/ancestries.sql b/data/ancestries.sql index a4c4eca..f93aebd 100644 --- a/data/ancestries.sql +++ b/data/ancestries.sql @@ -46,7 +46,7 @@ VALUES (5, 5), -- halfling WIS (5, 7), -- halfling free 1 (6, 7), -- human free 1 - (6, 8), -- human free 2 + (6, 8); -- human free 2 INSERT INTO ancestries_flaws (ancestry_id, abilityscores_id) VALUES @@ -54,7 +54,7 @@ VALUES (2, 3), -- elf CON (3, 1), -- gnome STR (4, 5), -- goblin WIS - (5, 1), -- halfling STR + (5, 1); -- halfling STR INSERT INTO ancestries_traits (ancestry_id, trait_id) VALUES