mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
fix(debug): Eggy eggy break
This commit is contained in:
parent
44a56ae0b2
commit
54778a5d0c
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
|
|||
}
|
||||
$scope.addCollectQuestProgress = function(){
|
||||
User.set({
|
||||
'party.quest.progress.collect': User.user.party.quest.progress.collect + 100
|
||||
'party.quest.progress.collect.plainEgg': User.user.party.quest.progress.collect.plainEgg + 100
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue