소스 검색

去掉代金券开条条件-需要首充

gitxsm 2 주 전
부모
커밋
b1698bfbbb
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      script/module/voucher/VoucherShopLogic.lua

+ 4 - 4
script/module/voucher/VoucherShopLogic.lua

@@ -477,10 +477,10 @@ function isOpen(human, YYInfo, funcConfig)
         return false
     end
 
-    if not human.db.nFirstBuy or human.db.nFirstBuy ~= 1 then
-        --print("[VoucherShop is open] 33333")
-        return false
-    end
+    -- if not human.db.nFirstBuy or human.db.nFirstBuy ~= 1 then
+    --     --print("[VoucherShop is open] 33333")
+    --     return false
+    -- end
 
     --print("[VoucherShop is open] 444444")    
     return true