Packets 😭

This commit is contained in:
rafi1212122
2023-05-29 20:42:34 +07:00
parent 5a0e2e6da3
commit 6a090b2917
11 changed files with 224 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ namespace PemukulPaku.GameServer.Handlers
CustomHeadId = 161001,
Scoin = session.Player.Equipment.MaterialList.Where(mat => mat.Id == 100).FirstOrDefault()?.Num ?? 0,
IsAll = true,
RegisterTime = (uint)User.Id.Timestamp,
RegisterTime = User.GetCreationTime(),
PayHcoin = 0,
WarshipAvatar = User.WarshipAvatar,
SelfDesc = User.SelfDesc,