mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-15 21:14:36 +01:00
CustomHead and Frame impl, with GetMainDataRsp fix
This commit is contained in:
@@ -22,7 +22,8 @@ namespace PemukulPaku.GameServer.Handlers
|
||||
GetMainDataRsp MainDataRsp = new()
|
||||
{
|
||||
retcode = GetMainDataRsp.Retcode.Succ,
|
||||
WarshipAvatar = session.Player.User.WarshipAvatar
|
||||
WarshipAvatar = session.Player.User.WarshipAvatar,
|
||||
TypeLists = new uint[] { 35 }
|
||||
};
|
||||
|
||||
session.Send(Packet.FromProto(MainDataRsp, CmdId.GetMainDataRsp), Packet.FromProto(new SetWarshipAvatarRsp() { retcode = SetWarshipAvatarRsp.Retcode.Succ }, CmdId.SetWarshipAvatarRsp));
|
||||
|
||||
Reference in New Issue
Block a user