Commit 6198b5d84abbc4893e3ceb293065be44bebd59a7

Authored by chenyueqi
1 parent a6308d6a

餐车刷新顾客设定

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/models/Diner.lua
@@ -73,11 +73,11 @@ function Diner:refreshDailyData(notify) @@ -73,11 +73,11 @@ function Diner:refreshDailyData(notify)
73 local guide = self.owner:getProperty("newerGuide") 73 local guide = self.owner:getProperty("newerGuide")
74 local master, slave = string.match(guide,"(%d+)=(%d+)") 74 local master, slave = string.match(guide,"(%d+)=(%d+)")
75 if tonumber(master) <= 26 then 75 if tonumber(master) <= 26 then
76 - entrust[1] = 1031  
77 - entrust[2] = 3 76 + entrust[1] = 1001
  77 + entrust[2] = 1
78 elseif tonumber(master) <= 29 then 78 elseif tonumber(master) <= 29 then
79 local temp = entrust[1] 79 local temp = entrust[1]
80 - entrust[1] = 3 80 + entrust[1] = 1
81 entrust[2] = temp 81 entrust[2] = temp
82 end 82 end
83 83