Fix to Items not retaining upd properties when returning them from hideout area stashes
This commit is contained in:
parent
b9e9e0cd4b
commit
09a07ece66
@ -498,7 +498,8 @@ export class HideoutController
|
|||||||
itemWithModsToAdd: [
|
itemWithModsToAdd: [
|
||||||
{
|
{
|
||||||
_id: this.hashUtil.generate(),
|
_id: this.hashUtil.generate(),
|
||||||
_tpl: itemToReturn._tpl
|
_tpl: itemToReturn._tpl,
|
||||||
|
upd: itemToReturn.upd
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
foundInRaid: !!itemToReturn.upd.SpawnedInSession,
|
foundInRaid: !!itemToReturn.upd.SpawnedInSession,
|
||||||
|
Loading…
Reference in New Issue
Block a user