소스 검색

商城首次充值有额外的首充礼包关闭

cyzhao 1 년 전
부모
커밋
2f2ba5f88c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      Gameserver/App/process/ShopProc.php

+ 4 - 4
Gameserver/App/process/ShopProc.php

@@ -425,10 +425,10 @@ class ShopProc {
                 break;
         }
 
-        if (ctx()->baseInfo->charge_amt > 0 && ctx()->baseInfo->fRechargePriceReceived == 0) {
-            StoreProc::AddMultiItemInStore(GameConfig::globalsettings()->FirstRechargePrice);
-            ctx()->baseInfo->fRechargePriceReceived = 1;
-        }
+//        if (ctx()->baseInfo->charge_amt > 0 && ctx()->baseInfo->fRechargePriceReceived == 0) {
+//            StoreProc::AddMultiItemInStore(GameConfig::globalsettings()->FirstRechargePrice);
+//            ctx()->baseInfo->fRechargePriceReceived = 1;
+//        }
 
 
         ctx($user);