mirror of
https://github.com/MikuLeaks/MikuSB.git
synced 2026-06-04 05:23:59 +00:00
Add character & inventory manager
This commit is contained in:
@@ -14,7 +14,7 @@ public class PacketRspLogin : BasePacket
|
||||
Timestamp = (uint)Extensions.GetUnixSec(),
|
||||
WorldChannel = 1,
|
||||
AreaId = 1,
|
||||
Data = player.Data.ToProto(),
|
||||
Data = player.ToPlayerProto(),
|
||||
NeedRename = false
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user