From a2a395227d962dbb1621c582ee89248eeebf4482 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 29 Sep 2023 14:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E6=8A=80=E5=9C=BA=E5=9F=8B=E7=82=B9?= =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/arena/api_challengereward.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/arena/api_challengereward.go b/modules/arena/api_challengereward.go index fabc3f7f5..06a440811 100644 --- a/modules/arena/api_challengereward.go +++ b/modules/arena/api_challengereward.go @@ -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})