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

This reverts commit b926310982.
dev_chengFeng
JieLing 2021-03-13 16:35:59 +08:00
parent be28abd54c
commit c2da8ae81f
1 changed files with 1 additions and 2 deletions

View File

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