0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 08:50:43 -05:00

make daily rewards found in raid

This commit is contained in:
Dev 2023-10-15 10:38:50 +01:00
parent f23c8d484e
commit 18c68fa353

View File

@ -852,10 +852,11 @@ export class RepeatableQuestGenerator
};
const rootItem = {
"_id": id,
"_tpl": tpl,
"upd": {
"StackObjectsCount": value
_id: id,
_tpl: tpl,
upd: {
StackObjectsCount: value,
SpawnedInSession: true
}
};