Update - 1.9.0.103
EN: 1.9.0.103 CN: 1.9.0.104 JP: 1.9.0.106 KR: 1.9.0.108
This commit is contained in:
@@ -46,6 +46,7 @@ function CharacterPlotCtrl:RefreshPlotList(nCharId)
|
||||
self.tbPlotData = {}
|
||||
local tbGirdHeight = {}
|
||||
local nLastType = 0
|
||||
local nLastSkinId = 0
|
||||
local nPlotTypeCount = 0
|
||||
local nIndex = 0
|
||||
for _, v in ipairs(tbPlot) do
|
||||
@@ -64,6 +65,10 @@ function CharacterPlotCtrl:RefreshPlotList(nCharId)
|
||||
nType = v.PlotType
|
||||
})
|
||||
end
|
||||
if nLastSkinId ~= v.UnlockSkinId then
|
||||
nLastSkinId = v.UnlockSkinId
|
||||
nIndex = 0
|
||||
end
|
||||
nIndex = nIndex + 1
|
||||
table.insert(tbTempPlot, {
|
||||
bTitle = false,
|
||||
|
||||
Reference in New Issue
Block a user