【山河试炼】奖励顺序错乱修改

dev_chengFeng
ZhangBiao 2021-07-15 15:58:49 +08:00
parent 37dd3100b9
commit 4c5a8b73ef
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ local TypeUpdateFunc = {
table.sort(curData.rewards,function (a,b)
if a.state == b.state then
return a.missionId < b.missionId
return a.Sort < b.Sort
else
return a.state < b.state
end