From f1599bf5663b87e900f0403a357c2719576cd686 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Thu, 16 Jul 2026 15:03:40 +0200 Subject: [PATCH] Improved migration --- module/systemRegistration/migration-handlers/2_6_0.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {