Changed magic-spells.db to spells.db

Also changed the code in system.json to match the new filename
This commit is contained in:
Sascha Martens 2021-06-01 21:08:29 +02:00
parent e8ac321ce0
commit 4f2b3fbd20
2 changed files with 2 additions and 2 deletions

View file

@ -54,11 +54,11 @@
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "magic-spells", "name": "spells",
"label": "Zauber (GRW)", "label": "Zauber (GRW)",
"system": "ds4", "system": "ds4",
"module": "ds4", "module": "ds4",
"path": "./packs/magic-spells.db", "path": "./packs/spells.db",
"entity": "Item" "entity": "Item"
} }
], ],