From 96bf8f69259e18cacabc3763caa7e0e0fc395f15 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Thu, 2 Jan 2025 15:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=AC=E5=A1=94=E5=BC=B9=E5=87=BA=E4=B8=8D?= =?UTF-8?q?=E8=AF=A5=E5=BC=B9=E5=87=BA=E7=9A=84=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/MonsterCamp/FourElementMonsterCampPanel.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/MonsterCamp/FourElementMonsterCampPanel.lua b/Assets/ManagedResources/~Lua/Modules/MonsterCamp/FourElementMonsterCampPanel.lua index 813e112558..1349ac024c 100644 --- a/Assets/ManagedResources/~Lua/Modules/MonsterCamp/FourElementMonsterCampPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/MonsterCamp/FourElementMonsterCampPanel.lua @@ -175,10 +175,10 @@ function FourElementMonsterCampPanel:OnShow() PlayerPrefs.SetInt("FourElement" .. PlayerManager.uid, waves) local propertyId = SacredTreeManager.GetUnLockNewProperty(waves) if propertyId > 0 then - Timer.New(function() - UIManager.OpenPanel(UIName.RewardItemPopup, nil, nil, nil, CompShowType.fourElement, nil, nil, nil, - propertyId) - end, 0.2):Start() + --Timer.New(function() + --UIManager.OpenPanel(UIName.RewardItemPopup, nil, nil, nil, CompShowType.fourElement, nil, nil, nil, + --propertyId) + --end, 0.2):Start() local power = FormationManager.GetFormationPower(FormationTypeDef.FORMATION_NORMAL) if power - MonsterCampManager.oldpower > 0 then UIManager.OpenPanel(UIName.WarPowerChangeNotifyPanelV2,