Track ladderAchievementDifficulty in multiplayer human level sessions

This commit is contained in:
Nick Winter 2015-11-17 15:25:22 -08:00
parent f1b0b4f9c5
commit 040f7c94ab

View file

@ -169,6 +169,11 @@ _.extend LevelSessionSchema.properties,
chat:
type: 'array'
ladderAchievementDifficulty:
type: 'integer'
minimum: 0
description: 'What ogre AI difficulty, 0-4, this human session has beaten in a multiplayer arena.'
meanStrength:
type: 'number'