diff --git a/module/systemRegistration/migration-handlers/2_6_0.mjs b/module/systemRegistration/migration-handlers/2_6_0.mjs index 1efd5600..9edda9a2 100644 --- a/module/systemRegistration/migration-handlers/2_6_0.mjs +++ b/module/systemRegistration/migration-handlers/2_6_0.mjs @@ -5,7 +5,7 @@ export class Migration_2_6_0 extends MigrationHandlerBase { /** @inheritdoc */ async updateActorSource(actor) { - if (actor.type === 'party') { + if (actor.type === 'party' && Object.keys(actor.system.tagTeam.members).length) { return { _id: actor._id, system: {