diff --git a/project/src/controllers/HideoutController.ts b/project/src/controllers/HideoutController.ts index 792fb670..8b10a8aa 100644 --- a/project/src/controllers/HideoutController.ts +++ b/project/src/controllers/HideoutController.ts @@ -500,13 +500,7 @@ export class HideoutController const itemToReturn = hideoutArea.slots.find((slot) => slot.locationIndex === slotIndexToRemove).item[0]; const request: IAddItemDirectRequest = { - itemWithModsToAdd: [ - { - _id: this.hashUtil.generate(), - _tpl: itemToReturn._tpl, - upd: itemToReturn.upd - } - ], + itemWithModsToAdd: [itemToReturn], foundInRaid: !!itemToReturn.upd.SpawnedInSession, callback: null, useSortingTable: false