Revert "Revert "new GSalvadi audio theme, created by NomindTR""

This reverts commit 30a091e14e.
This commit is contained in:
Alys
2015-06-18 22:19:35 +10:00
parent bcc99791dd
commit 07b41d16b6
23 changed files with 3 additions and 2 deletions

View File

@@ -311,7 +311,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', 'wattsTheme']},
sound: {type:String, 'default':'off', enum: ['off','danielTheBard', 'wattsTheme', 'gokulTheme']},
language: String,
automaticAllocation: Boolean,
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},