From 49e6651345842261ce00faa79881a56ad471b7cf Mon Sep 17 00:00:00 2001 From: puxuan <413323644@qq.com> Date: Wed, 24 Sep 2025 12:03:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/formation/formation_manager.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lua/app/module/formation/formation_manager.lua b/lua/app/module/formation/formation_manager.lua index 2c3852d1..65bcc78c 100644 --- a/lua/app/module/formation/formation_manager.lua +++ b/lua/app/module/formation/formation_manager.lua @@ -1,11 +1,7 @@ local FormationManager = class("FormationManager", BaseModule) -- 主线编队 -function FormationManager:upHeroToStageFormation(heroIds, matchType) - local formation = DataManager.FormationData:getStageFormation() - if formation[matchType] == heroId then - return - end +function FormationManager:upHeroToStageFormation(heroIds) local args = { type = 1, heroes = heroIds