diff --git a/module/data/item/loot.mjs b/module/data/item/loot.mjs index d2b09427..d4092934 100644 --- a/module/data/item/loot.mjs +++ b/module/data/item/loot.mjs @@ -15,7 +15,7 @@ export default class DHLoot extends BaseDataItem { /** @inheritDoc */ static defineSchema() { return { - ...super.defineSchema(), + ...super.defineSchema() }; }