From 29599a591b944fec7a7db09c334f04f1aef1c36e Mon Sep 17 00:00:00 2001 From: James Miller Date: Tue, 6 Aug 2019 08:49:48 -0500 Subject: [PATCH] fix another typo on data/ancestries.sql --- data/ancestries.sql | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/data/ancestries.sql b/data/ancestries.sql index f93aebd..578c3ae 100644 --- a/data/ancestries.sql +++ b/data/ancestries.sql @@ -61,20 +61,20 @@ VALUES (1,79), --Dwarf (1,116), --Humanoid (2,80), --Elf -(2,116), +(2,116), (3,81), --Gnome (3,116), -(4,82 --Goblin +(4,82), --Goblin (4,116), (5,85), --Halfling (5,116), (6,86), --Human -(6,116); +(6,116), (7,80), -- Half-Elf -> Elf -(7,86), --Human I don't believe they lose the human trait -(7,116), --Humanoid -(7,83), -- Half-Elf -> Half-Elf -(8,116), --Half-Orc -> Humaniod -(8,86), --Human I don't believe they lose the human trait -(8,182), -- Orc -(8,84); -- Half-Orc -> Half-Orc +(7,86), +(7,116), +(7,83), +(8,116), --Half-Orc +(8,86), +(8,182), +(8,84);