mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-14 04:14:35 +01:00
CustomHead and Frame impl, with GetMainDataRsp fix
This commit is contained in:
@@ -12,7 +12,8 @@ namespace PemukulPaku.GameServer.Handlers
|
||||
GetMainDataRsp mainDataRsp = new()
|
||||
{
|
||||
retcode = GetMainDataRsp.Retcode.Succ,
|
||||
SelfDesc = Data.SelfDesc
|
||||
SelfDesc = Data.SelfDesc,
|
||||
TypeLists = new uint[] { 16 }
|
||||
};
|
||||
SetSelfDescRsp Rsp = new() { retcode = SetSelfDescRsp.Retcode.Succ };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user