Attribute Item Subtype #76

Merged
Oliver merged 50 commits from feature/attribute-items into main 2026-04-27 02:12:56 +00:00
Showing only changes of commit 85e3838396 - Show all commits

View file

@ -38,6 +38,7 @@ export async function migrateTo3_0_0() {
// TODO: create the item documents (batch them if possible)
Logger.debug(`Finished v3.0.0 migration, resulting operations:`);
console.log(operations);
// Use: foundry.documents.modifyBatch
};
function handleMigratingActor(actor) {