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
}
};