feat(event): Mystery migration

This commit is contained in:
Sabe Jones
2014-12-25 17:09:06 -06:00
parent 1c90886548
commit 6d4d9451a5

View File

@@ -2,7 +2,7 @@ var _id = '';
var update = { var update = {
$push: { $push: {
'purchased.plan.mysteryItems':{ 'purchased.plan.mysteryItems':{
$each:['head_mystery_201411','weapon_mystery_201411'] $each:['head_mystery_201412','armor_mystery_201412']
} }
} }
}; };