英雄礼物加成神将改为英雄

onepiece_online_and
DESKTOP-MMO982B\User 2024-02-14 17:40:10 +08:00
parent bcc987319b
commit db0bac3831
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ function this.RefreshWindowData()
) )
local proList=IncarnationManager.GetproDesLst(GiftManager.GetHeroGiftAddPro(curHeroData.dynamicId),"00FF00") 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) local originalList=GiftManager.GetHeroGiftAddOriginalPro(curHeroData.dynamicId)
if proList and #proList>0 then if proList and #proList>0 then
this.proGrid:SetActive(true) this.proGrid:SetActive(true)