神将排序修改
parent
a0778d0173
commit
13428bc854
|
|
@ -312,8 +312,8 @@ function this.GetCurSortHeroListData(proId)
|
|||
end
|
||||
|
||||
function this.SortHerosData(heroData)
|
||||
table.sort(heroData,function()
|
||||
|
||||
table.sort(heroData,function(a,b)
|
||||
return a.Sort < b.Sort
|
||||
end)
|
||||
return heroData
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue