feat(content): new Mystery Items

and reenable Floral Potions
This commit is contained in:
SabreCat
2017-05-23 22:03:31 +00:00
parent 023fd6e6b0
commit 3cf533f261
14 changed files with 69 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ var _id = '';
var update = {
$addToSet: {
'purchased.plan.mysteryItems':{
$each:['back_mystery_201704','armor_mystery_201704']
$each:['body_mystery_201705','head_mystery_201705']
}
}
};