mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 02:19: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
|
members: missingMembers
|
||||||
});
|
});
|
||||||
await game.settings.set(CONFIG.DH.id, 'TagTeamRoll', tagTeam);
|
await game.settings.set(CONFIG.DH.id, 'TagTeamRoll', tagTeam);
|
||||||
} finally {
|
} catch { }
|
||||||
lastMigrationVersion = '1.2.7';
|
|
||||||
}
|
lastMigrationVersion = '1.2.7';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (foundry.utils.isNewerVersion('1.5.5', lastMigrationVersion)) {
|
if (foundry.utils.isNewerVersion('1.5.5', lastMigrationVersion)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue