参数调整

This commit is contained in:
meixiongfeng 2024-02-02 11:42:03 +08:00
parent 02781c5f70
commit bb06940682

View File

@ -220,7 +220,7 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.IntegralCh
}
}
if skillgroup != 0 { // 统计型任务 来统计积分boss难度对应的异化值
tasks = append(tasks, comm.GetBuriedParam2(comm.Rtype259, strconv.Itoa(int(skillgroup)))) // 改任意难度
tasks = append(tasks, comm.GetBuriedParam2(comm.Rtype259, strconv.Itoa(int(skillgroup)), skillgroup)) // 改任意难度
}
go this.module.AsynHandleSession(session.Clone(), func(session comm.IUserSession) {