Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/TeamHappic/happic-Server
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
ssong915 committed Jul 23, 2022
2 parents e60de7c + ea45165 commit c071018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/SettingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const changeChar = async (
characterId: characterId,
characterName: characterName,
growthRate: 0,
level: 0,
level: 1,
});
} catch (error) {
console.log(error);
Expand Down

0 comments on commit c071018

Please sign in to comment.