adding flag, allowing free rebirth purchase, adding modal

This commit is contained in:
deilann
2014-05-11 08:01:15 -07:00
parent 58ba84945b
commit d801ece19d
3 changed files with 15 additions and 3 deletions
+1
View File
@@ -108,6 +108,7 @@ var UserSchema = new Schema({
classSelected: {type: Boolean, 'default': false},
mathUpdates: Boolean,
rebirthEnabled: {type: Boolean, 'default': false},
freeRebirth: {type: Boolean, 'default': false},
levelDrops: {type:Schema.Types.Mixed, 'default':{}}
},
history: {