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