抽卡修改
parent
517003116a
commit
59a3bdc14d
|
@ -740,7 +740,7 @@ end
|
|||
|
||||
--获取我的助战
|
||||
function this.GetMyHelpHero(trailType)
|
||||
if this.myHelpHeroData[trailType] then
|
||||
if this.myHelpHeroData and this.myHelpHeroData[trailType] then
|
||||
return this.myHelpHeroData[trailType]
|
||||
end
|
||||
return nil
|
||||
|
|
|
@ -124,7 +124,7 @@ function this.SetScrollPre(root,data)
|
|||
getBtn:SetActive(false)
|
||||
local mask=Util.GetGameObject(root,"mask")
|
||||
if type==1 then
|
||||
info.text="宝箱"..wishData.Level.."级奖励,心愿概率提升为: 传说"..wishData.Weight/100 .."%".." 神话"..wishData.MythWeight/100 .."%"
|
||||
info.text="宝箱"..wishData.Level.."级奖励,心愿概率提升为:SS伙伴"..wishData.Weight/100 .."%".." SSS伙伴"..wishData.MythWeight/100 .."%"
|
||||
else
|
||||
info.text="宝箱"..wishData.Level.."级奖励,心愿概率提升为:"..wishData.Weight/100 .."%"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue