无尽红点修改提交

dev_chengFeng
jiaoyangna 2021-06-02 21:15:56 +08:00
parent b82347e7eb
commit ac3513e05a
1 changed files with 1 additions and 1 deletions

View File

@ -897,7 +897,7 @@ function this.CheckoutRedPointTreasure()
end
function this.CheckoutRedPointMission()
for i = 1,#this.mission do
if this.mission[i].state == 2 then
if this.mission[i].state == 1 then
return true
end
end