Browse Source

修改商店逻辑

gitxsm 3 ngày trước cách đây
mục cha
commit
e29ac0ddf2
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      script/module/shop/ShopLogic.lua

+ 3 - 3
script/module/shop/ShopLogic.lua

@@ -254,9 +254,9 @@ function query(human, shopType)
         msgRet.isEnd   = (batchIdx == totalBatches) and 1 or 0
 
         -- 非第一批不重复发送商店列表等头部信息
-        if batchIdx > 1 then
-            msgRet.shopList[0] = 0
-        end
+        -- if batchIdx > 1 then
+        --     msgRet.shopList[0] = 0
+        -- end
 
         local cnt = 0
         for i = startIdx, endIdx do