소스 검색

Merge remote-tracking branch 'remotes/origin/master' into douYou

hexiaojie 1 년 전
부모
커밋
58d6c16083
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      GameClient/Assets/Game/HotUpdate/ServerProxy/ShopSProxy.cs

+ 0 - 4
GameClient/Assets/Game/HotUpdate/ServerProxy/ShopSProxy.cs

@@ -193,10 +193,6 @@ namespace GFGGame
         public static async ETTask<bool> ReqGetGrowthFundInfo(int activityID = 3002)
         {
             ActivityOpenCfg activityCfg = ActivityOpenCfgArray.Instance.GetCfg(activityID);
-            if(RoleDataManager.lvl < activityCfg.level || ShopDataManager.Instance.GrowthFundRewardList.Count == GrowthFundCfgArray.Instance.dataArray.Length)
-            {
-                return false;
-            }
             ShopDataManager.Instance.GrowthFundRewardList.Clear();
             S2C_GetGrowthFundRewrdStatus response = null;
             response = (S2C_GetGrowthFundRewrdStatus)await MessageHelper.SendToServer(new C2S_GetGrowthFundRewrdStatus() { ActivityId = activityID});