修复穿戴装备卡死的bug, 外网热更 0.16.11

dev_chengFeng
JieLing 2020-06-28 17:56:26 +08:00
parent 8c61581548
commit 5a5fa715c8
1 changed files with 4 additions and 0 deletions

View File

@ -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