英雄礼物加成神将改为英雄
parent
bcc987319b
commit
db0bac3831
|
@ -278,7 +278,7 @@ function this.RefreshWindowData()
|
|||
)
|
||||
|
||||
local proList=IncarnationManager.GetproDesLst(GiftManager.GetHeroGiftAddPro(curHeroData.dynamicId),"00FF00")
|
||||
table.insert(proList,string.format("神将潜能等级+%s",GiftManager.GetHeroGiftAddPotencyLv(curHeroData.dynamicId)))
|
||||
table.insert(proList,string.format("英雄潜能等级+%s",GiftManager.GetHeroGiftAddPotencyLv(curHeroData.dynamicId)))
|
||||
local originalList=GiftManager.GetHeroGiftAddOriginalPro(curHeroData.dynamicId)
|
||||
if proList and #proList>0 then
|
||||
this.proGrid:SetActive(true)
|
||||
|
|
Loading…
Reference in New Issue