【森罗幻境】奖励红点修改

(cherry picked from commit b6037a00e3)
(cherry picked from commit c2b399aa43e39dfd58a624ee27531ddbecbd4828)
dev_chengFeng
ZhangBiao 2020-12-28 11:59:27 +08:00
parent f35e941cf3
commit 4010991f0d
1 changed files with 5 additions and 1 deletions

View File

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