Fix deprecation warnings for v12

This commit is contained in:
Oliver-Akins 2024-04-18 17:37:18 -06:00
parent 2df7d2243f
commit 484c7a375c
17 changed files with 17 additions and 17 deletions

View file

@ -5,7 +5,7 @@ export class MVPPCSheet extends GenericActorSheet {
/** @override {ActorHandler} actor */
static get defaultOptions() {
let opts = mergeObject(
let opts = foundry.utils.mergeObject(
super.defaultOptions,
{
template: `systems/dotdungeon/templates/actors/char-sheet-mvp/sheet.hbs`