diff --git a/data/ancestries.sql b/data/ancestries.sql index 966f46a..5a47d33 100644 --- a/data/ancestries.sql +++ b/data/ancestries.sql @@ -19,13 +19,19 @@ VALUES /* TODO flesh out the ancestry-trait pairs */ -/* ancestries 7 = half elf and 8 = half orc. Not sure why they aren't in the ancestry table so I just included them - James D */ +/* ancestries 7 = half elf and 8 = half orc. +(8,91), + +(8,124), + +(7,58), + +(7,91), + + + */ INSERT INTO ancestries_traits (ancestry_id, trait_id) VALUES -(8,91), -(8,124), -(7,58), -(7,91), (4,81), (4,91), (6,90),