properly implement character level up

currency is now subtracted
This commit is contained in:
Mikhail
2024-07-15 12:18:29 -04:00
parent 15778751af
commit 005ad80095
6 changed files with 126 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ namespace nksrv.LobbyServer.Msgs.User
// todo tutorial playcount of gacha
response.TutorialGachaPlayCount = user.GachaTutorialPlayCount;
await WriteDataAsync(response);
await WriteDataAsync(response);
}
}
}