mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Added achievement, campaign, and poll patch properties to User schema.
This commit is contained in:
parent
7fa782e7bd
commit
8bf42fff50
1 changed files with 6 additions and 0 deletions
|
@ -274,6 +274,12 @@ _.extend UserSchema.properties,
|
||||||
levelSystemMiscPatches: c.int()
|
levelSystemMiscPatches: c.int()
|
||||||
thangTypeTranslationPatches: c.int()
|
thangTypeTranslationPatches: c.int()
|
||||||
thangTypeMiscPatches: 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'
|
earned: c.RewardSchema 'earned by achievements'
|
||||||
purchased: c.RewardSchema 'purchased with gems or money'
|
purchased: c.RewardSchema 'purchased with gems or money'
|
||||||
|
|
Loading…
Reference in a new issue