|
|
@@ -85,6 +85,7 @@ function getCacheHeroGrid(id, star, others)
|
|
|
local grid = createHeroGrid(id, star)
|
|
|
if others then
|
|
|
grid.lv = others.lv and others.lv or grid.lv
|
|
|
+ grid.xLv = others.xLv and others.xLv or grid.xLv
|
|
|
grid.quality = others.quality and others.quality or grid.quality
|
|
|
grid.star = others.star and others.star or grid.star
|
|
|
end
|
|
|
@@ -225,6 +226,7 @@ function makeHeroSimple(net, grid, index, human, others, tuJian)
|
|
|
net.up = upStarConfig == nil and 0 or 1 --是否能够升星
|
|
|
|
|
|
net.lv = others and others.lv or (grid and grid.lv or 1)
|
|
|
+ net.xLv = others and others.xLv or (grid and grid.xLv or 0)
|
|
|
net.zhandouli = grid and grid.zhandouli or 0
|
|
|
net.quality = grid and grid.quality or 0
|
|
|
net.isLock = (grid and grid.isLock) and 1 or 0
|