妖晶抽卡修改
parent
5f9e01b3c0
commit
0c73ac6d25
|
@ -354,7 +354,7 @@ function RecruitPanelNew:Recruit(recrutType,recrutId,bType,itemId)
|
|||
PopupTipPanel.ShowTip("无法超出每日召唤次数上限!")
|
||||
return
|
||||
end
|
||||
if itemId==16 and PrivilegeManager.GetPrivilegeRemainValue(2023)<recrutType then
|
||||
if itemId==16 and PrivilegeManager.GetPrivilegeRemainValue(self.singleConfig.MaxTimes)<recrutType then
|
||||
PopupTipPanel.ShowTip("无法超出每日妖晶召唤次数上限!")
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue