adjust to id change

This commit is contained in:
2023-11-21 19:50:39 +01:00
parent 6428b3252e
commit 30d0924e3d
70 changed files with 2856 additions and 1143 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { M5EwResult, M5RollData, M5RollResult, M5SkillUnlearned } from "../M5Bas
export class M5Roll {
// extends Roll<M5RollData>
static readonly TEMPLATE_PATH = "systems/midgard5/templates/chat/roll-m5.hbs";
static readonly TEMPLATE_PATH = "systems/midgard5e/templates/chat/roll-m5.hbs";
public _evaluated: boolean = false;
public _total: number = 0;