make daily rewards found in raid
This commit is contained in:
parent
f23c8d484e
commit
18c68fa353
@ -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
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user