竞技场埋点补充
This commit is contained in:
parent
0401199c94
commit
a2a395227d
@ -288,6 +288,7 @@ func (this *apiComp) ChallengeReward(session comm.IUserSession, req *pb.ArenaCha
|
||||
return
|
||||
}
|
||||
}
|
||||
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype130, 1))
|
||||
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype128, red.Integral))
|
||||
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype129, red.Dan))
|
||||
session.SendMsg(string(this.module.GetType()), "challengereward", &pb.ArenaChallengeRewardResp{Issucc: true, Integral: info.Integral, Dan: info.Dan})
|
||||
|
Loading…
Reference in New Issue
Block a user