clean branch from develop to add audio

This commit is contained in:
Adrien Lemaire
2014-08-08 23:03:52 +09:00
parent b19649ce37
commit 3d2d8fbfef
27 changed files with 58 additions and 6 deletions
+2
View File
@@ -255,6 +255,8 @@ var UserSchema = new Schema({
skin: {type:String, 'default':'915533'},
shirt: {type: String, 'default': 'blue'},
timezoneOffset: Number,
sound: Boolean,
soundTheme: {type:String, 'default':'danielTheBard'},
language: String,
automaticAllocation: Boolean,
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},