妖晶抽卡修改

dev_chengFeng
wangzhenxing 2022-12-12 13:28:28 +08:00
parent 5f9e01b3c0
commit 0c73ac6d25
1 changed files with 1 additions and 1 deletions

View File

@ -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