v12 fixes : Fix rolls

This commit is contained in:
Vlyan
2024-05-24 15:21:12 +02:00
parent bff5ed7865
commit fcc2691f4b
2 changed files with 3 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ export class RollnKeepDialog extends FormApplication {
}
// Get the roll
this.roll = game.l5r5e.RollL5r5e.fromData(this.messageRoll);
this.roll = this.messageRoll;
// Already history
if (Array.isArray(this.roll.l5r5e.history)) {