From 88d80be02b4f8c4b85e423cfd6e5c3adb1b3b60a Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Thu, 31 Mar 2022 17:25:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=3D=3D=3D=3D=3D=3D=3D=3D?= =?UTF-8?q?=3D=3D=3D=3D=E7=A5=9E=E7=B3=BB=E8=BD=AC=E6=8D=A2=E8=81=8C?= =?UTF-8?q?=E4=B8=9A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Popup/View/GeneralPopup_ChangeHeroPro.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ChangeHeroPro.lua b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ChangeHeroPro.lua index 7a0ad0b2eb..1f025b1f8a 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ChangeHeroPro.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/View/GeneralPopup_ChangeHeroPro.lua @@ -58,7 +58,7 @@ function this:BindEvent() end) end Util.AddClick(this.confirmBtn,function() - if not isCan then + if not isCan and selectHeroData.changeProId~=5 then LogError("costid=="..costId) PopupTipPanel.ShowTip(string.format( Language[10298],itemConfig[costId].Name)) return