Finalize aappv2 data models migration

This commit is contained in:
2026-02-27 14:36:54 +01:00
parent 8735b7e4a4
commit c45837ea31
87 changed files with 10701 additions and 1225 deletions

View File

@@ -389,8 +389,7 @@ export class MaleficesActor extends Actor {
/* -------------------------------------------- */
async startRoll(rollData) {
let rollDialog = await MaleficesRollDialog.create(this, rollData)
rollDialog.render(true)
await MaleficesRollDialog.create(this, rollData)
}
}