mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-14 22:14:36 +01:00
CustomHead and Frame impl, with GetMainDataRsp fix
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user