Added watts themes to audio choices

This commit is contained in:
Blade Barringer
2015-01-23 14:53:30 -06:00
parent 042f2fbceb
commit de59c76609
22 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -281,7 +281,7 @@ var UserSchema = new Schema({
skin: {type:String, 'default':'915533'},
shirt: {type: String, 'default': 'blue'},
timezoneOffset: Number,
sound: {type:String, 'default':'off', enum: ['off','danielTheBard']},
sound: {type:String, 'default':'off', enum: ['off','danielTheBard', 'wattsTheme']},
language: String,
automaticAllocation: Boolean,
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},