gitxsm пре 1 месец
родитељ
комит
91d1449b50
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      script/module/shop/ShopLogic.lua

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

@@ -253,9 +253,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