装备屏蔽共鸣
parent
46206cf0b3
commit
b5bd6fa2b6
|
@ -36,7 +36,7 @@ function this.InitSingleTreasureData(_singleData,notAdd)
|
|||
single.maxLv = currJewel.Max[1]
|
||||
single.maxRefineLv = currJewel.Max[2]
|
||||
single.maxTreeLv = currJewel.GodHoodMaxlv
|
||||
--single.treeLv=_singleData.treeLv <= single.maxTreeLv and _singleData.treeLv or single.maxTreeLv
|
||||
single.treeLv= 0 --_singleData.treeLv <= single.maxTreeLv and _singleData.treeLv or single.maxTreeLv
|
||||
single.upHeroDid = ""
|
||||
single.fourTotal = MonsterCampManager.GetFourElementTotalWave()
|
||||
local quantity = currJewel.Level
|
||||
|
|
|
@ -513,7 +513,7 @@ function this.ShowHeroEquip()
|
|||
heroConfig.MaxRank >= tonumber(stars[2])
|
||||
then
|
||||
isCanUpEquipTreasure = true
|
||||
this.equipTreasureBtn.gameObject:SetActive(true)
|
||||
this.equipTreasureBtn.gameObject:SetActive(false)
|
||||
this.treasure1.gameObject:SetActive(true)
|
||||
this.treasure2.gameObject:SetActive(true)
|
||||
this.treasurePage1.gameObject:SetActive(true)
|
||||
|
|
Loading…
Reference in New Issue