Fix to Items not retaining upd properties when returning them from hideout area stashes

This commit is contained in:
Kaeno 2024-01-25 23:49:35 +00:00
parent b9e9e0cd4b
commit 09a07ece66

View File

@ -498,7 +498,8 @@ export class HideoutController
itemWithModsToAdd: [
{
_id: this.hashUtil.generate(),
_tpl: itemToReturn._tpl
_tpl: itemToReturn._tpl,
upd: itemToReturn.upd
}
],
foundInRaid: !!itemToReturn.upd.SpawnedInSession,