From e7fb223cc9d417965644d6129c81eb064f7677e0 Mon Sep 17 00:00:00 2001 From: James Miller Date: Tue, 6 Aug 2019 11:22:30 -0500 Subject: [PATCH] fix syntax on data/heritages --- data/heritages.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/heritages.sql b/data/heritages.sql index a7e124f..7efff27 100644 --- a/data/heritages.sql +++ b/data/heritages.sql @@ -53,7 +53,7 @@ VALUES (404, 'Wildwood Halfling', 'TODO'), -- Start of Human Heritages - (500, 'Half-Elf', 'Either one of your parents was an elf, or one or both were half-elves. You have pointed ears and other telltale signs of elf heritage. You gain the elf trait and low-light vision. In addition, you can select elf, half-elf, and human feats whenever you gain an ancestry feat.'); + (500, 'Half-Elf', 'Either one of your parents was an elf, or one or both were half-elves. You have pointed ears and other telltale signs of elf heritage. You gain the elf trait and low-light vision. In addition, you can select elf, half-elf, and human feats whenever you gain an ancestry feat.'), (501, 'Half-Orc', 'TODO'), (502, 'Skilled Heritage', 'TODO'), (503, 'Versatile Heritage', 'TODO');