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 = { const rootItem = {
"_id": id, _id: id,
"_tpl": tpl, _tpl: tpl,
"upd": { upd: {
"StackObjectsCount": value StackObjectsCount: value,
SpawnedInSession: true
} }
}; };