抽卡主城红点修改
parent
9ab747a189
commit
588d2152b2
|
@ -68,7 +68,7 @@ end
|
||||||
|
|
||||||
--刷新招募红点
|
--刷新招募红点
|
||||||
function this.CheckRecuritRedPoint()
|
function this.CheckRecuritRedPoint()
|
||||||
if (this.freeUseTimeList[14] >= 1) then
|
if (PrivilegeManager.GetPrivilegeRemainValue(14) >= 1) then--this.freeUseTimeList[14])
|
||||||
return true
|
return true
|
||||||
else
|
else
|
||||||
return false
|
return false
|
||||||
|
@ -77,7 +77,7 @@ end
|
||||||
|
|
||||||
--刷新普通招募红点
|
--刷新普通招募红点
|
||||||
function this.CheckRecuritNormalPoint()
|
function this.CheckRecuritNormalPoint()
|
||||||
if (this.freeUseTimeList[38] >= 1) then
|
if (PrivilegeManager.GetPrivilegeRemainValue(38) >= 1) then--this.freeUseTimeList[38]
|
||||||
return true
|
return true
|
||||||
else
|
else
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in New Issue