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)