【惊喜礼盒】顺序错乱修改
parent
a8523745fb
commit
8df0d462f8
|
@ -169,6 +169,9 @@ local TypeUpdateFunc = {
|
|||
table.remove(curData.rewards,i)
|
||||
end
|
||||
end
|
||||
table.sort(curData.rewards,function (a,b)
|
||||
return a.otherData.PackId < b.otherData.PackId
|
||||
end)
|
||||
end,
|
||||
|
||||
[ActivityTypeDef.TeHuiShenZhuang] = function ()--特惠神装
|
||||
|
|
Loading…
Reference in New Issue