From c232f35436bbd604651823f9b84d3dd185791a17 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Fri, 5 Nov 2021 10:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=A9=E8=BE=95=E5=AE=9D=E9=95=9C?= =?UTF-8?q?=20=E3=80=91=E4=BF=AE=E5=A4=8D=E8=BF=98=E6=98=AF=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E4=BC=9A=E4=B8=8A=E9=98=B5=E9=87=8D=E5=A4=8D=E7=A5=9E?= =?UTF-8?q?=E5=B0=86=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua b/Assets/ManagedResources/~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua index 5fa1d61ff1..6f7d74468a 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/View/XuanYuanMirrorFormation.lua @@ -92,6 +92,7 @@ function this.GetOneKeyUpHeroList() if not upList[v.heroConfig.Id] then if #heros < 6 then table.insert(heros, v) + upList[v.heroConfig.Id] = 1 end end end