【大闹天宫】死亡神将可以一键上阵,并且进入战斗页直接显示(败)

dev_chengFeng
ZhangBiao 2021-03-11 15:05:38 +08:00 committed by JieLing
parent 9b449fb958
commit a5224f0744
1 changed files with 2 additions and 1 deletions

View File

@ -1044,7 +1044,8 @@ function this.SetOneKeyGoExpedition()
end
for k, v in ipairs(theros) do
local curSingleherodata = HeroManager.GetSingleHeroData(v.dynamicId)
if not upHeroSidTable[curSingleherodata.id] then
local hp = FormationManager.GetFormationHeroHp(this.curFormationIndex,v.dynamicId)
if not upHeroSidTable[curSingleherodata.id] and hp > 0 then
LogGreen("this.choosedList "..#this.choosedList)
if #this.choosedList < 6 then
for n = 1, #posArr do