上传json
This commit is contained in:
parent
44b378246f
commit
7f8c62dd81
@ -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": []
|
||||||
|
@ -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))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user