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)) }