mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36: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;
|
const parts = super.PARTS;
|
||||||
return {
|
return {
|
||||||
summary: {
|
summary: {
|
||||||
template: 'templates\sheets\rollTable\summary.hbs'
|
template: 'templates/sheets/rollTable/summary.hbs',
|
||||||
},
|
},
|
||||||
...parts
|
...parts
|
||||||
};
|
};5
|
||||||
}
|
}
|
||||||
static actions = {
|
static actions = {
|
||||||
addAltFormula: DhRollTableSheet.#onAddAltFormula,
|
addAltFormula: DhRollTableSheet.#onAddAltFormula,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue