删除log
parent
76c682eb68
commit
f306f0141d
|
@ -3137,8 +3137,6 @@ function this.IsShowUpStarRedPoint(curHeroData,isNoDeleFormation)--isNoDeleForma
|
||||||
upStarMaterialIsAll[curSelectUpStarData.upStarData[2]] = 2
|
upStarMaterialIsAll[curSelectUpStarData.upStarData[2]] = 2
|
||||||
if #upStarHeroListData.heroList >= curSelectUpStarData.upStarData[4] then
|
if #upStarHeroListData.heroList >= curSelectUpStarData.upStarData[4] then
|
||||||
for j = 1, #upStarHeroListData.heroList do
|
for j = 1, #upStarHeroListData.heroList do
|
||||||
LogGreen("upStarHeroListData.heroList[j].type:"..upStarHeroListData.heroList[j].type)
|
|
||||||
LogGreen("upStarHeroListData.heroList[j].dynamicId:"..tostring(upStarHeroListData.heroList[j].dynamicId))
|
|
||||||
if (upStarHeroListData.heroList[j].type == RoleUpStarMatType.hero and upStarHeroListData.heroList[j].lockState == 0 and
|
if (upStarHeroListData.heroList[j].type == RoleUpStarMatType.hero and upStarHeroListData.heroList[j].lockState == 0 and
|
||||||
(upStarHeroListData.heroList[j].isFormation == "" or isNoDeleFormation) and
|
(upStarHeroListData.heroList[j].isFormation == "" or isNoDeleFormation) and
|
||||||
#curSelectHeroList < curSelectUpStarData.upStarData[4] and
|
#curSelectHeroList < curSelectUpStarData.upStarData[4] and
|
||||||
|
|
Loading…
Reference in New Issue