diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/View/ChallengeCopyFormation.lua b/Assets/ManagedResources/~Lua/Modules/Formation/View/ChallengeCopyFormation.lua index 7843bb2402..7ee52184eb 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/View/ChallengeCopyFormation.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/View/ChallengeCopyFormation.lua @@ -53,7 +53,7 @@ function this.InitView() this.root.btn_2_lab.text = Language[10707] this.root.passBattle0.gameObject:SetActive(false) this.root.passBattle1.gameObject:SetActive(false) - this.root.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.MonsterCamp }) + this.root.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.Main }) end function this.StartFight()