四灵提交

dev_chengFeng
jiaoyangna 2021-02-07 14:24:27 +08:00
parent a4d52b42b3
commit e4c09bc8d2
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,7 @@ this.heroResolveLicence = {}
this.awakeStarIndex = 10-- 前端写死觉醒星级标志
this.awakeNextStarIndex = 11-- 前端写死觉醒星级标志
function this.Initialize()
this.GetSingleProScoreVal()
for i = 1, WarPowerTypeAllNum do
this.allProVal[i] = {
singleHeroProVal = {},
@ -166,7 +167,6 @@ function this.UpdateHeroDatas(_msgHeroData, isFindHandBook)
this.SetEquipTreasureUpHeroDid(heroData.jewels, heroData.dynamicId)
this.SetTalismanLv(heroData.dynamicId, heroData.talismanList)
--this.SetSoulPrintUpHeroDid(heroData.soulPrintList,heroData.dynamicId)
this.GetSingleProScoreVal()
isFindHandBook = isFindHandBook or true
if isFindHandBook then --图鉴
PlayerManager.SetHeroHandBookListData(heroData.id, heroData.star)