bailey(): mystery, costume challenge

This commit is contained in:
Tyler Renelle
2014-10-24 20:33:51 -06:00
parent 3a3066cf08
commit fd18232187
4 changed files with 30 additions and 7 deletions

View File

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