Fixing references

This commit is contained in:
DaanV2
2023-10-24 22:01:21 +02:00
parent b79f694f7a
commit 704bb96523
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
"description": "List of items that the entity should not equip.",
"items": {
"type": "string",
"$ref": "../../../../../general/item/descriptor.json",
"$ref": "../../../../general/item/descriptor.json",
"description": "Item that the entity should not equip.",
"title": "Excluded Items"
}