mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
root-template error
This commit is contained in:
parent
38dd2993a1
commit
84458d8534
1 changed files with 2 additions and 2 deletions
|
|
@ -4,10 +4,10 @@ export default class DhRollTableSheet extends foundry.applications.sheets.RollTa
|
|||
const parts = super.PARTS;
|
||||
return {
|
||||
summary: {
|
||||
template: 'templates\sheets\rollTable\summary.hbs'
|
||||
template: 'templates/sheets/rollTable/summary.hbs',
|
||||
},
|
||||
...parts
|
||||
};
|
||||
};5
|
||||
}
|
||||
static actions = {
|
||||
addAltFormula: DhRollTableSheet.#onAddAltFormula,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue