remove some unnecessary TODO statments
parent
2f41530502
commit
70528a8424
|
@ -10,7 +10,7 @@ VALUES
|
||||||
(3, 'Secret');
|
(3, 'Secret');
|
||||||
|
|
||||||
|
|
||||||
-- TODO These values are from Tables 2-1, 2-2, and 2-3 on page 65 CRB
|
-- These values are from Tables 2-1, 2-2, and 2-3 on page 65 CRB
|
||||||
|
|
||||||
INSERT INTO langs (lang_id, rarity_id, sources_id, sources_pages, lang, speakers)
|
INSERT INTO langs (lang_id, rarity_id, sources_id, sources_pages, lang, speakers)
|
||||||
VALUES
|
VALUES
|
||||||
|
|
|
@ -31,8 +31,6 @@ VALUES
|
||||||
(3, 'Occult'),
|
(3, 'Occult'),
|
||||||
(4, 'Primal');
|
(4, 'Primal');
|
||||||
|
|
||||||
/* TODO fill in spellschool descriptions */
|
|
||||||
|
|
||||||
INSERT INTO spellschools (
|
INSERT INTO spellschools (
|
||||||
spellschools_id,
|
spellschools_id,
|
||||||
sources_id,
|
sources_id,
|
||||||
|
|
Loading…
Reference in New Issue