This commit is contained in:
meixiongfeng 2023-09-26 14:15:12 +08:00
commit 271b5d319b

View File

@ -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})