From abd83b945a43b85e13919769dbd14822ec98fcb6 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Thu, 7 Apr 2022 10:33:55 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=3D=3D=3D=3D=3D=3D?= =?UTF-8?q?=E8=8B=B1=E9=9B=84=E5=8D=87=E6=98=9F=E5=B1=9E=E6=80=A7=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/RoleInfo/RoleUpStarSuccessPanel.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleUpStarSuccessPanel.lua b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleUpStarSuccessPanel.lua index be805f02c2..6a032dc360 100644 --- a/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleUpStarSuccessPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/RoleInfo/RoleUpStarSuccessPanel.lua @@ -291,6 +291,9 @@ function RoleUpStarSuccessPanel:OnOpen(...) -- Util.GetGameObject(this.s2,"curSkill/skillLv"):GetComponent("Text").text="等级"..curskillIdList[2].skillId % 10 -- end -- Log("curHeroData.star+1 "..curHeroData.star+1) + if curHeroData.star+1 >= 5 and curHeroData.star+1 < 15 then + HeroPropManager.SetDirtyByType(curHeroData.dynamicId, Hero_Prop_Type.Talisman) + end if curHeroData.heroConfig.Quality == 5 and curHeroData.heroConfig.Natural >= 13 then if curHeroData.star+1 >= 5 and curHeroData.star+1 < 15 then HeroManager.DetectionOpenFiveStarActivity(curHeroData.star+1)