Commit 52837c5ab1a9801afaef825769c9af3c642ba0db

Authored by liuzujun
2 parents f424762f 3b410558

Merge branch 'cn/develop' of 120.26.43.151:wasteland/server into cn/develop

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/models/Diner.lua
... ... @@ -232,7 +232,7 @@ function Diner:calSellReward(sell, delta, dishData, isExpedite)
232 232 upValue[-1] = (upValue[-1] or 0) + collectAdd
233 233  
234 234 -- 电波塔加成
235   - local goldCount = self.owner:getBnousDiner(4,addReward[ItemId.Gold])
  235 + local goldCount = (self.owner:getBnousDiner(4,addReward[ItemId.Gold])) * delta
236 236  
237 237 for id, count in pairs(addReward) do
238 238 addReward[id] = math.floor(count * (1 + (upValue[id] or 0) / 100))
... ...