红点报错 修改

dev_chengFeng
jiaoyangna 2020-12-26 15:48:26 +08:00
parent c1f87eb208
commit f0f423bbd4
1 changed files with 1 additions and 6 deletions

View File

@ -199,12 +199,7 @@ function this.GetTrialRewardState(id)
end
end
end
if this.killCount<trialKillConfig[id].Count then
return 2
elseif this.killCount>=trialKillConfig[id].Count then
return 1
end
return 1
end
--任务红点检测
function this.TrialRewardRedPointCheck()