上传json

This commit is contained in:
liwei1dao 2023-11-07 10:25:38 +08:00
parent 44b378246f
commit 7f8c62dd81
2 changed files with 3 additions and 3 deletions

View File

@ -32181,7 +32181,7 @@
"NPC": 10002001, "NPC": 10002001,
"value": 1, "value": 1,
"filter": [ "filter": [
1, 2,
1 1
], ],
"filter2": [] "filter2": []
@ -32209,7 +32209,7 @@
"NPC": 10003001, "NPC": 10003001,
"value": 1, "value": 1,
"filter": [ "filter": [
1, 3,
1 1
], ],
"filter2": [] "filter2": []

View File

@ -237,7 +237,7 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.VikingChal
} }
if req.Auto > 0 { if req.Auto > 0 {
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype75, req.BossId, req.Difficulty)) tasks = append(tasks, comm.GetBuriedParam(comm.Rtype75, 1, req.BossId, req.Difficulty))
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype172, 1)) tasks = append(tasks, comm.GetBuriedParam(comm.Rtype172, 1))
tasks = append(tasks, comm.GetBuriedParam(comm.Rtype181, 1, req.BossId, req.Difficulty)) tasks = append(tasks, comm.GetBuriedParam(comm.Rtype181, 1, req.BossId, req.Difficulty))
} }