【山河试炼】

dev_chengFeng
ZhangBiao 2021-07-15 16:08:39 +08:00
parent 7075049c45
commit 7d4c8b6c3f
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.Sort < b.Sort
return a.otherData.Sort < b.otherData.Sort
else
return a.state < b.state
end