fix: Change quest collection to calculate items on the server only

This commit is contained in:
Blade Barringer
2016-06-02 17:36:29 -05:00
parent c04bac44e7
commit 58cd634255
13 changed files with 34 additions and 59 deletions
@@ -44,10 +44,7 @@ describe('POST /debug/quest-progress', () => {
await user.sync();
expect(user.party.quest.progress.collect).to.eql({
tracks: 300,
branches: 300,
});
expect(user.party.quest.progress.collect).to.eql(300);
});
it('returns error when not in production mode', async () => {