TCX_dev_zeroFive_online
DESKTOP-RH64908\Administrator 2025-05-20 16:32:30 +08:00
parent c7c703c53c
commit ccb5b590ee
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ function this:UpdateBtnList()
end
elseif k == RoleInfoPanelIndex.shenjiang then
local isopen=ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.FlyUp)
if curHeroData.heroConfig.MaxRank ==16 and curHeroData.star>=10 and curHeroData.star < 16 then
if curHeroData.heroConfig.MaxRank ==16 and curHeroData.star>=10 and curHeroData.star == 15 then
tabsList[k].gameObject:SetActive(true)
else
tabsList[k].gameObject:SetActive(false)