Added achievement, campaign, and poll patch properties to User schema.

This commit is contained in:
Nick Winter 2015-04-08 10:55:44 -07:00
parent 7fa782e7bd
commit 8bf42fff50

View file

@ -274,6 +274,12 @@ _.extend UserSchema.properties,
levelSystemMiscPatches: c.int()
thangTypeTranslationPatches: c.int()
thangTypeMiscPatches: c.int()
achievementTranslationPatches: c.int()
achievementMiscPatches: c.int()
pollTranslationPatches: c.int()
pollMiscPatches: c.int()
campaignTranslationPatches: c.int()
campaignMiscPatches: c.int()
earned: c.RewardSchema 'earned by achievements'
purchased: c.RewardSchema 'purchased with gems or money'