Fix deprecation warnings for v12
This commit is contained in:
parent
2df7d2243f
commit
484c7a375c
17 changed files with 17 additions and 17 deletions
|
|
@ -6,7 +6,7 @@ import { GenericContextMenu } from "../../../utils/GenericContextMenu.mjs";
|
|||
|
||||
export class PlayerSheetv2 extends GenericActorSheet {
|
||||
static get defaultOptions() {
|
||||
let opts = mergeObject(
|
||||
let opts = foundry.utils.mergeObject(
|
||||
super.defaultOptions,
|
||||
{
|
||||
template: `systems/dotdungeon/templates/actors/char-sheet/v2/sheet.hbs`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue