From 7b0f0b22e9969c39d212c89b74ac2548489e2b4d Mon Sep 17 00:00:00 2001 From: magicjedi90 Date: Tue, 21 Jul 2020 17:19:59 -0700 Subject: [PATCH] fix pack path pt 2(fix path strikes back) --- system.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/system.json b/system.json index c1e15bd3..d12f77a2 100644 --- a/system.json +++ b/system.json @@ -11,43 +11,43 @@ { "name": "weapons", "label": "Weapons", - "path": "./packs/weapons.db", + "path": "./packs/packs/weapons.db", "entity": "Item" }, { "name": "adventuringgear", "label": "Adventuring Gear", - "path": "./packs/adventuringgear.db", + "path": "./packs/packs/adventuringgear.db", "entity": "Item" }, { "name": "armor", "label": "Armor", - "path": "./packs/armor.db", + "path": "./packs/packs/armor.db", "entity": "Item" }, { "name": "enhanceditems", "label": "Enhanced Items", - "path": "./packs/enhanceditems.db", + "path": "./packs/packs/enhanceditems.db", "entity": "Item" }, { "name": "gamingset", "label": "Gaming Sets", - "path": "./packs/gamingset.db", + "path": "./packs/packs/gamingset.db", "entity": "Item" }, { "name": "classes", "label": "Classes", - "path": "./packs/classes.db", + "path": "./packs/packs/classes.db", "entity": "Item" }, { "name": "species", "label": "Species", - "path": "./packs/species.db", + "path": "./packs/packs/species.db", "entity": "Item" } ],