1
This commit is contained in:
parent
17c04e0697
commit
3f32e28de4
@ -235,6 +235,9 @@ func (this *player) FillMFTeamMember(member_pb *cs.MFTeamMember) {
|
|||||||
member_pb.ValidLefttime = proto.Int32(this.hero.validLeftTime)
|
member_pb.ValidLefttime = proto.Int32(this.hero.validLeftTime)
|
||||||
member_pb.AdmissionItemNum = proto.Int32(this.admissionItemNum)
|
member_pb.AdmissionItemNum = proto.Int32(this.admissionItemNum)
|
||||||
member_pb.CircuitScore = proto.Int32(this.circuitScore)
|
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) {
|
func (this *player) CMLeaveTeam(hdr *f5.MsgHdr, msg *cs.CMLeaveTeam) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user