adding flag, allowing free rebirth purchase, adding modal
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user