修复穿戴装备卡死的bug, 外网热更 0.16.11
parent
8c61581548
commit
5a5fa715c8
|
@ -175,6 +175,10 @@ function this.GetFormationPower(formationId)
|
||||||
if not formationId then
|
if not formationId then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
--获取当前编队数据
|
||||||
|
if formationId == FormationTypeDef.EXPEDITION then
|
||||||
|
ExpeditionManager.ExpeditionRrefreshFormation()--刷新编队
|
||||||
|
end
|
||||||
local formationList = this.GetFormationByID(formationId)
|
local formationList = this.GetFormationByID(formationId)
|
||||||
local allHeroTeamAddProVal = HeroManager.GetAllHeroTeamAddProVal(formationList.teamHeroInfos)
|
local allHeroTeamAddProVal = HeroManager.GetAllHeroTeamAddProVal(formationList.teamHeroInfos)
|
||||||
--for i, v in pairs(allHeroTeamAddProVal) do
|
--for i, v in pairs(allHeroTeamAddProVal) do
|
||||||
|
|
Loading…
Reference in New Issue