mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-14 07:55:01 +01:00
save campaign field object
This commit is contained in:
@@ -18,7 +18,7 @@ namespace nksrv.LobbyServer.Msgs.Inventory
|
||||
var response = new ResGetInventoryData();
|
||||
foreach (var item in user.Items)
|
||||
{
|
||||
response.Items.Add(new NetUserItemData() { Tid = item.ItemType, Count = 1 });
|
||||
response.Items.Add(new NetUserItemData() { Count = item.Count, Tid = item.ItemType, Csn = item.Csn, Lv = item.Level, Exp = item.Exp, Corporation = item.Corp, Isn = item.Isn, Position = item.Position });
|
||||
}
|
||||
|
||||
// TODO implement
|
||||
|
||||
Reference in New Issue
Block a user