diff --git a/src/main/java/org/sopt/app/application/soptamp/SoptampUserService.java b/src/main/java/org/sopt/app/application/soptamp/SoptampUserService.java index 6bc20d17..d58be7f1 100755 --- a/src/main/java/org/sopt/app/application/soptamp/SoptampUserService.java +++ b/src/main/java/org/sopt/app/application/soptamp/SoptampUserService.java @@ -52,6 +52,7 @@ public void upsertSoptampUser(PlaygroundProfile profile, Long userId) { private void updateSoptampUser(SoptampUser registeredUser, PlaygroundProfile profile){ ActivityCardinalInfo lastActivity = profile.getLatestActivity(); String uniqueNickname = generateUniqueNickname(profile.getName(), lastActivity.getPlaygroundPart()); + registeredUser.initTotalPoints(); registeredUser.updateChangedGenerationInfo( lastActivity.getGeneration(), findPlaygroundPartByPartName(lastActivity.getPlaygroundPart().getPartName()),