Changed magic-spells.db to spells.db
Also changed the code in system.json to match the new filename
This commit is contained in:
parent
e8ac321ce0
commit
4f2b3fbd20
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue