【山河试炼】
parent
7075049c45
commit
7d4c8b6c3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue