From b7106842b21688fd0e9573ecff14a9fef8521de0 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Thu, 14 Oct 2021 16:58:09 +0800 Subject: [PATCH] fix: add 餐厅 log --- src/actions/DinerAction.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/actions/DinerAction.lua b/src/actions/DinerAction.lua index 470f2aa..1d898c5 100644 --- a/src/actions/DinerAction.lua +++ b/src/actions/DinerAction.lua @@ -977,10 +977,10 @@ function _M.collectRpc(agent , data) local id = msg.id local customerData = csvdb["diner_customerCsv"][id] - if not id or not customerData then return end + if not id or not customerData then return 1 end local customer = role.dinerData:getProperty("customer") if customer[id] ~= 0 then - return + return 2 end -- 完成前更新一波 后面 加成可能不一样 -- libgit2 0.21.2