remove some unnecessary TODO statments
parent
2f41530502
commit
70528a8424
|
@ -10,7 +10,7 @@ VALUES
|
|||
(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)
|
||||
VALUES
|
||||
|
|
|
@ -31,8 +31,6 @@ VALUES
|
|||
(3, 'Occult'),
|
||||
(4, 'Primal');
|
||||
|
||||
/* TODO fill in spellschool descriptions */
|
||||
|
||||
INSERT INTO spellschools (
|
||||
spellschools_id,
|
||||
sources_id,
|
||||
|
|
Loading…
Reference in New Issue