feat(drops): Enable pets at Level 3

This commit is contained in:
Sabe Jones
2015-07-28 13:28:45 -05:00
parent a23b7d23a9
commit 13ab60cafe
3 changed files with 5 additions and 8 deletions

View File

@@ -142,7 +142,6 @@ var UserSchema = new Schema({
itemsEnabled: {type: Boolean, 'default': false},
newStuff: {type: Boolean, 'default': false},
rewrite: {type: Boolean, 'default': true},
partyEnabled: Boolean, // FIXME do we need this?
contributor: Boolean,
classSelected: {type: Boolean, 'default': false},
mathUpdates: Boolean,