【大闹天宫】死亡神将可以一键上阵,并且进入战斗页直接显示(败)
parent
9b449fb958
commit
a5224f0744
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue