From 9cffcf9f4b5c2470a90d1b1f7b331e3aa6bfac1f Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Sat, 20 Jan 2024 21:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=AF=B9=E5=A1=94=E5=A5=96=E5=8A=B1?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/WorldArena/GodsWayOtherTeamPanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/WorldArena/GodsWayOtherTeamPanel.lua b/Assets/ManagedResources/~Lua/Modules/WorldArena/GodsWayOtherTeamPanel.lua index 6a03043232..ca6e5c8a3d 100644 --- a/Assets/ManagedResources/~Lua/Modules/WorldArena/GodsWayOtherTeamPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/WorldArena/GodsWayOtherTeamPanel.lua @@ -209,6 +209,7 @@ function GodsWayOtherTeamPanel:OnShow() for i = 1, #self.imprintItemList do if i<=#reward then self.imprintItemList[i]:OnOpen(false,reward[i],1,true,false,false,self.sortingOrder) + self.imprintItemList[i]:ResetNameColor(Color.New(178/255,85/255,55/255,1)) else self.imprintItemList[i]:SetActive(false) end