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