Эх сурвалжийг харах

新年活动合成协议修改

huangxiaoyue 1 жил өмнө
parent
commit
0d17c1ce73

+ 0 - 1
GameClient/Assets/Game/HotUpdate/Controller/GameController.cs

@@ -248,7 +248,6 @@ namespace GFGGame
             ChatSProxy.ReqQueryChatMsg(ChatType.League).Coroutine();
             ChatSProxy.ReqQueryChatMsg(ChatType.LeagueQuestion).Coroutine();
             LuckyBoxSProxy.ReqGetLuckyBoxInfo().Coroutine();
-            ActivityTeaSProxy.ReqGetItemSyntheticInfos(5005).Coroutine();
             LeagueSproxy.ReqGetLeagueInfo().Coroutine();
             SuitFosterProxy.SendGetSuitInfos().Coroutine();
             StudioSProxy.ReqStudioInfos().Coroutine();

+ 1 - 1
GameClient/Assets/Game/HotUpdate/ServerProxy/ActivityTeaSProxy.cs

@@ -58,7 +58,7 @@ namespace GFGGame
             {
                 if (response.Error == ErrorCode.ERR_Success)
                 {
-                    ActivityTeaDataManager.Instance.ItemSynthetics = response.ItemSynthetics;
+                    //ActivityTeaDataManager.Instance.ItemSynthetics = response.ItemSynthetics;
                     BonusController.TryShowBonusList(ItemUtil.CreateItemDataList(response.BonusList));
                     return true;
                 }