Skip to content

Commit

Permalink
fix : 캐릭터 진화시 유저 커밋수 초기화 로직 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
LHS-11 committed Oct 5, 2023
1 parent a98c3b5 commit 0109a77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public Future< ShowHomeResponse> reloadCharacter(UserAccount userAccount) {

//커밋 수 초기화 (유저의 누적 커밋 - goal)
int commits = userAccountService.renewCommits(userAccount, goal);
userAccount.setCommits(commits);

//updateStatus (기존 캐릭터 status 0 -> 1)
currentCharacter.setStatus(1);
Expand Down

0 comments on commit 0109a77

Please sign in to comment.