Comment out unknown insert
parent
72f5d358f5
commit
1b154d92f9
|
@ -62,7 +62,8 @@ NULL,
|
||||||
1,
|
1,
|
||||||
'Age of Ashes Player''s Guide © 2019, Paizo Inc.; Authors: James Jacobs with Amanda Hamon.');
|
'Age of Ashes Player''s Guide © 2019, Paizo Inc.; Authors: James Jacobs with Amanda Hamon.');
|
||||||
|
|
||||||
|
/* Unsure what this value is for it will be reassigned a new sourceentry_id when it is inserted and this insert should be moved to the associated monsters.sql
|
||||||
BEGIN TRANSACTION;
|
BEGIN TRANSACTION;
|
||||||
INSERT INTO sourceentries VALUES(1, 1, 8, 9);
|
INSERT INTO sourceentries VALUES(1, 1, 8, 9);
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
*/
|
Loading…
Reference in New Issue