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

View File

@@ -380,7 +380,7 @@ describe('Groups Controller', function() {
expect(user.party.quest.progress).to.eql({
up: 0,
down: 0,
collect: {}
collect: 0,
});
});