mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 10:29:54 +02:00
.
This commit is contained in:
parent
bca28c0f44
commit
4d161b423a
1 changed files with 3 additions and 3 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue