update for version 3.1.5x
This commit is contained in:
@@ -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 = { }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user