misc changes

This commit is contained in:
Mikhail
2024-07-16 20:27:56 -04:00
parent 7a1f361d25
commit 9cf99754d6
22 changed files with 80 additions and 35 deletions

View File

@@ -24,6 +24,7 @@ namespace nksrv.LobbyServer.Msgs.Inventory
// update character id
item.Csn = req.Csn;
item.Position = NetUtils.GetItemPos(user, item.Isn);
break;
}
}
@@ -33,6 +34,7 @@ namespace nksrv.LobbyServer.Msgs.Inventory
if (item.Csn == req.Csn)
{
response.Items.Add(NetUtils.ToNet(item));
break;
}
}
JsonDb.Save();