红点修改提交
parent
857a23aea8
commit
f1bcffd06f
|
@ -3330,6 +3330,10 @@ function this.IsShowFlyUpRedPoint(curHeroData,isNoDeleFormation)--isNoDeleFormat
|
||||||
--不能升星
|
--不能升星
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
if upStarRankUpConfig and upStarRankUpConfig.LimitHongmengLevel and HarmonyManager.GetSingleAdditions(HarmonyAddType.AddLv) < upStarRankUpConfig.LimitHongmengLevel then
|
||||||
|
else
|
||||||
|
return false
|
||||||
|
end
|
||||||
if upStarRankUpConfig then
|
if upStarRankUpConfig then
|
||||||
local ConsumeMaterial = upStarRankUpConfig.ConsumeMaterial
|
local ConsumeMaterial = upStarRankUpConfig.ConsumeMaterial
|
||||||
for i = 1, #ConsumeMaterial do
|
for i = 1, #ConsumeMaterial do
|
||||||
|
|
Loading…
Reference in New Issue