红点报错 修改
parent
c1f87eb208
commit
f0f423bbd4
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue