Merge branch 'dev_20230725' of http://git.juzugame.com/b6-client/b6-lua into dev_20230725
This commit is contained in:
commit
03febf108a
@ -124,7 +124,7 @@ end
|
||||
|
||||
function HeroDetailUI:updateSide()
|
||||
for index, data in ipairs(self.heroList) do
|
||||
if data.cfgId == self.heroEntity.id then
|
||||
if data.cfgId == self.heroEntity:getCfgId() then
|
||||
self.idxLast = index - 1
|
||||
self.idxNext = index + 1
|
||||
end
|
||||
|
||||
@ -180,7 +180,7 @@ function EquipEntity:getStage()
|
||||
if self.level < level then
|
||||
break
|
||||
end
|
||||
stage = idx - 1
|
||||
stage = idx
|
||||
end
|
||||
return stage
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user