Commit 9fa9ebd92fbf79ac4f67c2f72ad3af980701d5c7

Authored by zhangqijia
1 parent 0fc7fc5e

fix: 海港贸易商店 物品的 shop 值 5 改为 4

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/actions/SeaportAction.lua
... ... @@ -267,7 +267,7 @@ function _M.shopRpc(agent, data)
267 267 local shopCsv = {}
268 268 local dataSet = csvdb["shop_normalCsv"]
269 269 for _, datat in pairs(dataSet) do
270   - if datat.shop == 5 then
  270 + if datat.shop == 4 then
271 271 shopCsv[datat.id] = datat
272 272 end
273 273 end
... ...