This commit is contained in:
WBHarry 2026-06-29 14:21:03 +02:00
parent bca28c0f44
commit 4d161b423a

View file

@ -171,9 +171,9 @@ export async function runMigrations() {
members: missingMembers
});
await game.settings.set(CONFIG.DH.id, 'TagTeamRoll', tagTeam);
} finally {
lastMigrationVersion = '1.2.7';
}
} catch { }
lastMigrationVersion = '1.2.7';
}
if (foundry.utils.isNewerVersion('1.5.5', lastMigrationVersion)) {