Fix deprecation warnings for v12
This commit is contained in:
parent
2df7d2243f
commit
484c7a375c
17 changed files with 17 additions and 17 deletions
|
|
@ -3,6 +3,6 @@ import { DescribedItemData } from "./DescribedItemData.mjs";
|
|||
export class EquipmentItemData extends DescribedItemData {
|
||||
static defineSchema() {
|
||||
const fields = foundry.data.fields;
|
||||
return mergeObject(super.defineSchema(), {});
|
||||
return foundry.utils.mergeObject(super.defineSchema(), {});
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue