From b9c369c4d88c7e4c1b1c75390caeb6547605248a Mon Sep 17 00:00:00 2001 From: lianghuanjie Date: Thu, 16 Jan 2025 20:42:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20game7=20=E8=8B=B1=E9=9B=84=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/logic/game7/game7_task_check_logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/game7/game7_task_check_logic.go b/internal/logic/game7/game7_task_check_logic.go index 8d2068d..c9b0295 100644 --- a/internal/logic/game7/game7_task_check_logic.go +++ b/internal/logic/game7/game7_task_check_logic.go @@ -77,7 +77,7 @@ func (l *Game7TaskCheckLogic) Game7TaskCheck(req *types.Game7TaskCheckReq) (*typ } else { switch req.Type { case 2: - isValid = gp.IsHaveTwoHero == 1 + isValid = true case 3: isValid = gp.IsUsedSummon == 1 case 5: