【战斗】===================选择两列逻辑修改提交

dev_chengFeng
wangzhenxing 2021-01-28 20:24:50 +09:00
parent 02504b0020
commit 2d1669246b
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ if one>two then
table.insert(teamArr,value)
end
end
--如果第二列数量>第三列数量就把第二列选入
if two>three then
--如果第二列数量>=第三列数量就把第二列选入
if two>=three then
if two>0 then
for key, value in pairs(twoArr) do
table.insert(teamArr,value)