This commit is contained in:
aozhiwei 2024-04-18 20:12:21 +08:00
parent 365de5d231
commit b9ff3260b2

View File

@ -217,6 +217,10 @@ func (this *player) FillMFTeamMember(member_pb *cs.MFTeamMember) {
}
member_pb.Permission = proto.Int32(this.permission)
member_pb.IsReady = proto.Int32(this.isReady)
member_pb.Wealth = proto.Int32(this.hero.wealth)
member_pb.TotalLucky = proto.Int64(this.totalLucky)
member_pb.ValidLefttime = proto.Int32(this.hero.validLeftTime)
member_pb.AdmissionItemNum = proto.Int32(this.admissionItemNum)
}
func (this *player) CMLeaveTeam(hdr *f5.MsgHdr, msg *cs.CMLeaveTeam) {