diff --git a/src/module/combat.js b/src/module/combat.js index da33f054..d27e8c58 100644 --- a/src/module/combat.js +++ b/src/module/combat.js @@ -103,7 +103,7 @@ export class OseCombat { updates[i].initiative = value; //render template - let template = `${OSE.systemPath()}/dist/templates/chat/roll-individual-initiative.html`; + let template = `${OSE.systemPath()}/templates/chat/roll-individual-initiative.html`; let tData = { name: cbt.name, formula: roll.formula,