召唤,抽取修改

dev_chengFeng
jiaoyangna 2021-01-22 17:33:44 +08:00
parent 04511de9f5
commit bf473b0924
2 changed files with 2 additions and 2 deletions

View File

@ -1757,7 +1757,7 @@
[11756] = "妖系奖池",
[11757] = "佛系奖池",
[11758] = "道系奖池",
[11759] = "免费召唤",
[11759] = "免费抽取",
[11760] = "无法超出每日召唤次数上限!",
[11761] = "幸运探宝",
[11762] = "高级探宝",

View File

@ -181,7 +181,7 @@ function this.UpdatePanelData()
local d=RecruitManager.GetExpendData(m.type)
redPot:SetActive(isFree)
if isFree then --若1按钮有免费次数 后面逻辑不走了
info.text=Language[11759]
info.text="免费召唤"
else
itemId=d[1]
itemNum=d[2]