CustomHead and Frame impl, with GetMainDataRsp fix

This commit is contained in:
rafi1212122
2023-06-07 10:21:58 +07:00
parent f95f370a48
commit cd2087f6cb
20 changed files with 324 additions and 16 deletions

View File

@@ -14,7 +14,8 @@ namespace PemukulPaku.GameServer.Handlers
GetMainDataRsp MainDataRsp = new()
{
retcode = GetMainDataRsp.Retcode.Succ,
WarshipTheme = new() { WarshipId = (uint)session.Player.User.WarshipId }
WarshipTheme = new() { WarshipId = (uint)session.Player.User.WarshipId },
TypeLists = new uint[] { 38 }
};
SetWarshipRsp Rsp = new() { retcode = SetWarshipRsp.Retcode.Succ };