From 18ed80b0fa17a9c1d3f945d10c5c2a24dad07684 Mon Sep 17 00:00:00 2001 From: chenyueqi <1056825054@qq.com> Date: Mon, 11 May 2020 11:39:52 +0800 Subject: [PATCH] 餐厅获取委托任务池子修改 --- src/models/Diner.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/models/Diner.lua b/src/models/Diner.lua index 77fbd34..2d5de21 100644 --- a/src/models/Diner.lua +++ b/src/models/Diner.lua @@ -41,11 +41,11 @@ function Diner:refreshDailyData(notify) if data.show ~= "" then -- 不填=默认刷出,1=达成前置任务,2=通关关卡 local showC = data.show:toArray(true, "=") - if showC[1] == 1 then + if showC[1] == 2 then if not hangPass[showC[2]] then show = false end - elseif showC[1] == 2 then + elseif showC[1] == 1 then if not entrustB[showC[2]] then show = false end -- libgit2 0.21.2