mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
halloween: some unlocking bug fixes (appears a markModified was required)
This commit is contained in:
@@ -71,8 +71,8 @@ var UserSchema = new Schema({
|
||||
|
||||
purchased: {
|
||||
ads: {type: Boolean, 'default': false},
|
||||
skin: Schema.Types.Mixed, // eg, {skeleton: true, pumpkin: true, eb052b: true}
|
||||
hair: Schema.Types.Mixed
|
||||
skin: {type: Schema.Types.Mixed, 'default': {}}, // eg, {skeleton: true, pumpkin: true, eb052b: true}
|
||||
hair: {type: Schema.Types.Mixed, 'default': {}}
|
||||
},
|
||||
|
||||
flags: {
|
||||
|
||||
Reference in New Issue
Block a user