From 7f8c62dd819edc258330256aa6f0fae8a99ce7e5 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 7 Nov 2023 10:25:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/json/game_buriedcondi.json | 4 ++-- modules/viking/api_challengeover.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/json/game_buriedcondi.json b/bin/json/game_buriedcondi.json index affb86436..b2fd45de1 100644 --- a/bin/json/game_buriedcondi.json +++ b/bin/json/game_buriedcondi.json @@ -32181,7 +32181,7 @@ "NPC": 10002001, "value": 1, "filter": [ - 1, + 2, 1 ], "filter2": [] @@ -32209,7 +32209,7 @@ "NPC": 10003001, "value": 1, "filter": [ - 1, + 3, 1 ], "filter2": [] diff --git a/modules/viking/api_challengeover.go b/modules/viking/api_challengeover.go index 5eec73809..c49704574 100644 --- a/modules/viking/api_challengeover.go +++ b/modules/viking/api_challengeover.go @@ -237,7 +237,7 @@ func (this *apiComp) ChallengeOver(session comm.IUserSession, req *pb.VikingChal } 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.Rtype181, 1, req.BossId, req.Difficulty)) }