From 0c86e1bec5b13e15225dc18cc7d99c180e7b2e6a Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Wed, 24 May 2023 19:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hunting/api_challengeover.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hunting/api_challengeover.go b/modules/hunting/api_challengeover.go index c0a6e1d21..ed05ed6da 100644 --- a/modules/hunting/api_challengeover.go +++ b/modules/hunting/api_challengeover.go @@ -143,7 +143,7 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.HuntingCha Asset: atno, Sell: del, }) - tasks = append(tasks, comm.GettaskParam(comm.Rtype80, 1, req.Difficulty, req.BossType)) + tasks = append(tasks, comm.GettaskParam(comm.Rtype80, 1, req.BossType, req.Difficulty)) // 随机任务统计 // this.module.ModuleRtask.SendToRtask(session, comm.Rtype81, req.Difficulty, req.BossType) // this.module.ModuleRtask.SendToRtask(session, comm.Rtype82, req.BossType)