This commit is contained in:
aozhiwei 2024-10-12 14:03:06 +08:00
parent 17c04e0697
commit 3f32e28de4

View File

@ -235,6 +235,9 @@ func (this *player) FillMFTeamMember(member_pb *cs.MFTeamMember) {
member_pb.ValidLefttime = proto.Int32(this.hero.validLeftTime)
member_pb.AdmissionItemNum = proto.Int32(this.admissionItemNum)
member_pb.CircuitScore = proto.Int32(this.circuitScore)
member_pb.VipLv = proto.Int32(this.vipLv)
member_pb.VipExp = proto.Int64(this.vipExp)
member_pb.HasVipLucky = proto.Int32(this.hasVipLucky)
}
func (this *player) CMLeaveTeam(hdr *f5.MsgHdr, msg *cs.CMLeaveTeam) {