Merge branch '穿戴装备bug'
commit
097c3acbc4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue