diff --git a/project/assets/database/templates/profiles.json b/project/assets/database/templates/profiles.json index 6a4a3eba..2dbe9ec0 100644 --- a/project/assets/database/templates/profiles.json +++ b/project/assets/database/templates/profiles.json @@ -41050,7 +41050,7 @@ "16": "5d494a295b56502f18c98a08", "24": "63db64cbf9963741dc0d741f", "25": "640b2d867f4185aa520d08ba", - "26": "640b2d867f4185aa520d08bb", + "26": "65e5bb1713227bb7690cea0a", "27": "66c5bfd48a24042f1006eadc" }, "items": [{ @@ -41066,14 +41066,19 @@ "_id": "640b2d867f4185aa520d08ba", "_tpl": "64381b6e44b37a080d0245b9" }, { - "_id": "640b2d867f4185aa520d08bb", + "_id": "65e5bb1713227bb7690cea0a", "_tpl": "65e5957613227bb7690ce9f6" }, { "_id": "66c8f2c0584b8fef8201d0e8", "_tpl": "55d7217a4bdc2d86028b456d", - "parentId": "640b2d867f4185aa520d08bb", + "parentId": "65e5bb1713227bb7690cea0a", "slotId": "Stand1" }, { + "_id": "66f499ba4b0ffac20007a0fb", + "_tpl": "627a4e6b255f7527fb05a0f6", + "parentId": "66c8f2c0584b8fef8201d0e8", + "slotId": "Pockets" + }, { "_id": "63db64cbf9963741dc0d741f", "_tpl": "64381b6e44b37a080d0245b9" }, { diff --git a/project/src/controllers/HideoutController.ts b/project/src/controllers/HideoutController.ts index c2e26f06..b40bb28c 100644 --- a/project/src/controllers/HideoutController.ts +++ b/project/src/controllers/HideoutController.ts @@ -348,7 +348,6 @@ export class HideoutController { _tpl: ItemTpl.INVENTORY_DEFAULT, parentId: equipmentPresetHideoutArea._id, slotId: mannequinSlot._name, - location: null, }; pmcData.Inventory.items.push(mannequinToAdd); @@ -360,7 +359,6 @@ export class HideoutController { )._tpl, // Same pocket tpl as players profile (unheard get bigger, matching pockets etc) parentId: standId, slotId: "Pockets", - location: null, }; pmcData.Inventory.items.push(mannequinPocketItemToAdd); output.profileChanges[sessionId].items.new.push(mannequinToAdd);