fix another typo on data/ancestries.sql
parent
c69d1f9371
commit
29599a591b
|
@ -64,17 +64,17 @@ VALUES
|
||||||
(2,116),
|
(2,116),
|
||||||
(3,81), --Gnome
|
(3,81), --Gnome
|
||||||
(3,116),
|
(3,116),
|
||||||
(4,82 --Goblin
|
(4,82), --Goblin
|
||||||
(4,116),
|
(4,116),
|
||||||
(5,85), --Halfling
|
(5,85), --Halfling
|
||||||
(5,116),
|
(5,116),
|
||||||
(6,86), --Human
|
(6,86), --Human
|
||||||
(6,116);
|
(6,116),
|
||||||
(7,80), -- Half-Elf -> Elf
|
(7,80), -- Half-Elf -> Elf
|
||||||
(7,86), --Human I don't believe they lose the human trait
|
(7,86),
|
||||||
(7,116), --Humanoid
|
(7,116),
|
||||||
(7,83), -- Half-Elf -> Half-Elf
|
(7,83),
|
||||||
(8,116), --Half-Orc -> Humaniod
|
(8,116), --Half-Orc
|
||||||
(8,86), --Human I don't believe they lose the human trait
|
(8,86),
|
||||||
(8,182), -- Orc
|
(8,182),
|
||||||
(8,84); -- Half-Orc -> Half-Orc
|
(8,84);
|
||||||
|
|
Loading…
Reference in New Issue