[bug]======无尽副本编对界面修改
parent
764f61cfb2
commit
6d7dcce74f
|
@ -459,6 +459,7 @@ function this.GetHeroDatas(_msgHeroData, force, specialEffects,guildSkill)
|
|||
heroData.equipIdList = _msgHeroData.equipIdList
|
||||
heroData.talismanList = _msgHeroData.especialEquipLevel
|
||||
heroData.jewels = _msgHeroData.jewels
|
||||
heroData.changeProId=_msgHeroData.propertyId
|
||||
if (#_msgHeroData.soulPos >= 1) then
|
||||
local soulPrintList = {}
|
||||
for i, v in ipairs(_msgHeroData.soulPos) do
|
||||
|
|
|
@ -286,6 +286,7 @@ function this.InitSingleEndlessHero(_msgHeroData)
|
|||
heroData.heroConfig = heroConfig[_msgHeroData.heroId]
|
||||
heroData.maxStar = heroData.heroConfig.MaxRank
|
||||
heroData.equipIdList = _msgHeroData.equipIdList
|
||||
heroData.changeProId=_msgHeroData.propertyId
|
||||
for i = 1 , #heroData.equipIdList do
|
||||
EquipManager.SetEquipUpHeroDid(heroData.equipIdList[i],heroData.dynamicId)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue