抽卡主城红点修改

zhangqiang 2020-08-15 23:46:17 +08:00
parent 9ab747a189
commit 588d2152b2
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ end
--刷新招募红点
function this.CheckRecuritRedPoint()
if (this.freeUseTimeList[14] >= 1) then
if (PrivilegeManager.GetPrivilegeRemainValue(14) >= 1) then--this.freeUseTimeList[14])
return true
else
return false
@ -77,7 +77,7 @@ end
--刷新普通招募红点
function this.CheckRecuritNormalPoint()
if (this.freeUseTimeList[38] >= 1) then
if (PrivilegeManager.GetPrivilegeRemainValue(38) >= 1) then--this.freeUseTimeList[38]
return true
else
return false