diff --git a/gulpfile.js b/gulpfile.js index 9682be3..36889fb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -58,6 +58,11 @@ function cleanPackEntry(entry, cleanSourceId = true) { if (cleanSourceId) { delete entry.flags?.core?.sourceId; } + Object.keys(entry.flags).forEach((scope) => { + if (Object.keys(entry.flags[scope]).length === 0) { + delete entry.flags[scope]; + } + }); if (entry.permission) entry.permission = { default: 0 }; const embeddedDocumentCollections = [ diff --git a/src/packs/creatures.json b/src/packs/creatures.json index 7c19c11..3b01f2f 100644 --- a/src/packs/creatures.json +++ b/src/packs/creatures.json @@ -5477,9 +5477,7 @@ "permission": { "default": 0 }, - "flags": { - "core": {} - } + "flags": {} }, { "_id": "CIzMY691MK016h4E",