Comment out unknown insert

source_entries
Brian Haley 2019-09-04 16:56:07 -04:00
parent 72f5d358f5
commit 1b154d92f9
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ NULL,
1,
'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;
INSERT INTO sourceentries VALUES(1, 1, 8, 9);
COMMIT;
*/