Module:沙盒/盐棋/Sandbox2:修订间差异

set, not id!
(fixed)
(set, not id!)
第86行: 第86行:
end
end
table.sort(LST,function (a, b)
table.sort(LST,function (a, b)
if packPrior[tmp[a].id]~=packPrior[tmp[b].id] then
if packPrior[tmp[a].set]~=packPrior[tmp[b].set] then
return packPrior[tmp[a].id]<packPrior[tmp[b].id]
return packPrior[tmp[a].set]<packPrior[tmp[b].set]
else
else
return tmp[a].date<tmp[b].date
return tmp[a].date<tmp[b].date
2,525

个编辑