fix: Change quest collection to calculate items on the server only
This commit is contained in:
@@ -380,7 +380,7 @@ describe('Groups Controller', function() {
|
||||
expect(user.party.quest.progress).to.eql({
|
||||
up: 0,
|
||||
down: 0,
|
||||
collect: {}
|
||||
collect: 0,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user