mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 11:11:43 +00:00
feat(event): Mystery migration
This commit is contained in:
parent
1c90886548
commit
6d4d9451a5
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ var _id = '';
|
|||
var update = {
|
||||
$push: {
|
||||
'purchased.plan.mysteryItems':{
|
||||
$each:['head_mystery_201411','weapon_mystery_201411']
|
||||
$each:['head_mystery_201412','armor_mystery_201412']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue