神将排序修改

dev_chengFeng
jiaoyangna 2021-09-26 21:49:05 +08:00
parent a0778d0173
commit 13428bc854
1 changed files with 2 additions and 2 deletions

View File

@ -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