Browse Source

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

cyzhao 1 year ago
parent
commit
2f2ba5f88c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Gameserver/App/process/ShopProc.php

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

@@ -425,10 +425,10 @@ class ShopProc {
                 break;
                 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);
         ctx($user);