mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-13 15:34:36 +01:00
save campaign field object
This commit is contained in:
@@ -53,7 +53,7 @@ namespace nksrv.LobbyServer.Msgs.User
|
||||
}
|
||||
foreach (var item in user.Items)
|
||||
{
|
||||
response.Items.Add(new NetUserItemData() { Count = 1, Tid = item.ItemType});
|
||||
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});
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user