Coop extract gifts from fence are now Found in Raid

This commit is contained in:
Dev 2023-10-25 10:14:19 +01:00
parent 90efc36360
commit b29f0a0904

View File

@ -234,7 +234,8 @@ export class MatchController
slotId: "main", slotId: "main",
parentId: parentId, parentId: parentId,
upd: { upd: {
StackObjectsCount: item.stackCount StackObjectsCount: item.stackCount,
SpawnedInSession: true
} }
} }
); );