1
This commit is contained in:
parent
365de5d231
commit
b9ff3260b2
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user