瀏覽代碼

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

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);