forked from public/foundryvtt-reve-de-dragon
Use hbs extension
This commit is contained in:
@ -4,7 +4,7 @@ export class DialogConsommer extends Dialog {
|
||||
|
||||
static async create(actor, item) {
|
||||
const consommerData = DialogConsommer.prepareData(actor, item);
|
||||
const html = await renderTemplate('systems/foundryvtt-reve-de-dragon/templates/dialog-item-consommer.html', consommerData);
|
||||
const html = await renderTemplate('systems/foundryvtt-reve-de-dragon/templates/dialog-item-consommer.hbs', consommerData);
|
||||
return new DialogConsommer(actor, item, consommerData, html)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user