update for version 3.1.5x

This commit is contained in:
amizing25
2025-03-04 09:48:38 +07:00
parent 44b9bf8580
commit 96ec724693
14 changed files with 62064 additions and 3094 deletions

View File

@@ -35,22 +35,13 @@
});
}
[Handler(CmdType.CmdGetHeroBasicTypeInfoCsReq)]
[Handler(CmdType.CmdGetMultiPathAvatarInfoCsReq)]
public static void OnGetHeroBasicTypeInfoCsReq(NetSession session, int cmdId, object _)
{
session.Send(CmdType.CmdGetHeroBasicTypeInfoScRsp, new GetHeroBasicTypeInfoScRsp
session.Send(CmdType.CmdGetMultiPathAvatarInfoScRsp, new GetMultiPathAvatarInfoScRsp()
{
Retcode = 0,
Gender = Gender.GenderMan,
BasicTypeInfoLists ={
new PlayerHeroBasicTypeInfo
{
BasicType = HeroBasicType.BoyWarrior,
Rank = 1,
Knhaecbafbas = {}
}
},
CurBasicType = HeroBasicType.BoyWarrior,
CurrentMultiPathAvatarIds = { }
});
}