feat(mystery): 201409

This commit is contained in:
Tyler Renelle
2014-09-24 23:15:46 -06:00
parent 632726fe02
commit 351e220b83
3 changed files with 28 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ var _id = '';
var update = {
$push: {
'purchased.plan.mysteryItems':{
$each:['head_mystery_201408','armor_mystery_201408']
$each:['headAccessory_mystery_201409','armor_mystery_201409']
}
}
};