feat(subscriber): May Mystery Items

This commit is contained in:
Sabe Jones
2015-05-25 21:03:13 -05:00
parent 5d93f364c1
commit 3098cacf03
9 changed files with 21 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ var _id = '';
var update = {
$addToSet: {
'purchased.plan.mysteryItems':{
$each:['armor_mystery_201504','back_mystery_201504']
$each:['weapon_mystery_201505','head_mystery_201505']
}
}
};