parent
05279cc3c1
commit
f52b234e1b
|
@ -121,6 +121,7 @@ function PokemonSummonOneResultPanel:OnOpen(...)
|
||||||
end
|
end
|
||||||
isFree=freeTime and freeTime >= 1
|
isFree=freeTime and freeTime >= 1
|
||||||
if isFree then
|
if isFree then
|
||||||
|
itemId=0
|
||||||
this.itemNum3.gameObject:SetActive(false)
|
this.itemNum3.gameObject:SetActive(false)
|
||||||
this.itemIcon3.gameObject:SetActive(false)
|
this.itemIcon3.gameObject:SetActive(false)
|
||||||
this.itemInfo3.text=Language[10489]
|
this.itemInfo3.text=Language[10489]
|
||||||
|
|
Loading…
Reference in New Issue