Implement level reset, bug fixes

This commit is contained in:
Mikhail
2024-07-27 17:06:19 -04:00
parent e185b7d87e
commit 8467a5fce9
6 changed files with 131 additions and 10 deletions

View File

@@ -63,7 +63,7 @@ namespace nksrv.LobbyServer.Msgs.Character
foreach (var c in highestLevelCharacters)
{
response.SynchroStandardCharacters.Add(c.Tid);
response.SynchroStandardCharacters.Add(c.Csn);
}
foreach (var currency in user.Currency)