Merge branch 'china/dev-c' of http://60.1.1.230/gaoxin/JL_Client into china/dev-c

dev_chengFeng
gaoxin 2021-06-02 21:18:30 +08:00
commit 79c20ee090
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