add popovr customizations notification

This commit is contained in:
Tyler Renelle
2013-02-08 18:22:26 -05:00
parent 230d672fc7
commit 51848acec1
4 changed files with 23 additions and 3 deletions

View File

@@ -12,7 +12,9 @@ db.users.find().forEach(function(user){
'preferences.hair': 'blond',
'items.head': user.items.armor,
'items.shield': user.items.armor
'items.shield': user.items.armor,
'flags.customizationsNotification': 'show'
}
db.users.update({_id:user._id}, {$set:updates});