[bug]======无尽副本编对界面修改

dev_chengFeng
wangzhenxing 2022-03-31 16:00:27 +08:00
parent 764f61cfb2
commit 6d7dcce74f
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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