diff --git a/Assets/ManagedResources/~Lua/Modules/Formation/FormationManager.lua b/Assets/ManagedResources/~Lua/Modules/Formation/FormationManager.lua index 4a001b1db5..aa812a6b10 100644 --- a/Assets/ManagedResources/~Lua/Modules/Formation/FormationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Formation/FormationManager.lua @@ -175,6 +175,10 @@ function this.GetFormationPower(formationId) if not formationId then return end + --获取当前编队数据 + if formationId == FormationTypeDef.EXPEDITION then + ExpeditionManager.ExpeditionRrefreshFormation()--刷新编队 + end local formationList = this.GetFormationByID(formationId) local allHeroTeamAddProVal = HeroManager.GetAllHeroTeamAddProVal(formationList.teamHeroInfos) --for i, v in pairs(allHeroTeamAddProVal) do