This commit is contained in:
puxuan 2025-09-24 12:03:41 +08:00
parent 882d4ca6fe
commit 49e6651345

View File

@ -1,11 +1,7 @@
local FormationManager = class("FormationManager", BaseModule) local FormationManager = class("FormationManager", BaseModule)
-- 主线编队 -- 主线编队
function FormationManager:upHeroToStageFormation(heroIds, matchType) function FormationManager:upHeroToStageFormation(heroIds)
local formation = DataManager.FormationData:getStageFormation()
if formation[matchType] == heroId then
return
end
local args = { local args = {
type = 1, type = 1,
heroes = heroIds heroes = heroIds