【森罗幻境】奖励红点修改
(cherry picked from commit b6037a00e3
)
(cherry picked from commit c2b399aa43e39dfd58a624ee27531ddbecbd4828)
dev_chengFeng
parent
f35e941cf3
commit
4010991f0d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue