rebase and removed halfies
parent
6a54ec8f10
commit
b112d331aa
|
@ -19,13 +19,19 @@ VALUES
|
||||||
|
|
||||||
/* TODO flesh out the ancestry-trait pairs */
|
/* 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)
|
INSERT INTO ancestries_traits (ancestry_id, trait_id)
|
||||||
VALUES
|
VALUES
|
||||||
(8,91),
|
|
||||||
(8,124),
|
|
||||||
(7,58),
|
|
||||||
(7,91),
|
|
||||||
(4,81),
|
(4,81),
|
||||||
(4,91),
|
(4,91),
|
||||||
(6,90),
|
(6,90),
|
||||||
|
|
Loading…
Reference in New Issue