Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
190fa0b1a8
|
@ -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