소스 검색

修改商店逻辑

gitxsm 3 일 전
부모
커밋
e29ac0ddf2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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