fix pack path pt 3(return of the fixed path)

This commit is contained in:
magicjedi90 2020-07-21 17:23:52 -07:00
parent 7b0f0b22e9
commit 2466f21413

View file

@ -11,43 +11,43 @@
{ {
"name": "weapons", "name": "weapons",
"label": "Weapons", "label": "Weapons",
"path": "./packs/packs/weapons.db", "path": "/packs/packs/weapons.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "adventuringgear", "name": "adventuringgear",
"label": "Adventuring Gear", "label": "Adventuring Gear",
"path": "./packs/packs/adventuringgear.db", "path": "/packs/packs/adventuringgear.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "armor", "name": "armor",
"label": "Armor", "label": "Armor",
"path": "./packs/packs/armor.db", "path": "/packs/packs/armor.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "enhanceditems", "name": "enhanceditems",
"label": "Enhanced Items", "label": "Enhanced Items",
"path": "./packs/packs/enhanceditems.db", "path": "/packs/packs/enhanceditems.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "gamingset", "name": "gamingset",
"label": "Gaming Sets", "label": "Gaming Sets",
"path": "./packs/packs/gamingset.db", "path": "/packs/packs/gamingset.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "classes", "name": "classes",
"label": "Classes", "label": "Classes",
"path": "./packs/packs/classes.db", "path": "/packs/packs/classes.db",
"entity": "Item" "entity": "Item"
}, },
{ {
"name": "species", "name": "species",
"label": "Species", "label": "Species",
"path": "./packs/packs/species.db", "path": "/packs/packs/species.db",
"entity": "Item" "entity": "Item"
} }
], ],