四灵提交
parent
a4d52b42b3
commit
e4c09bc8d2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue