【七界试炼】红点不再请求数据
parent
810614f226
commit
e4250d3fac
|
@ -353,7 +353,7 @@ function this.CheckQiJieRedPoint()
|
|||
return false
|
||||
end
|
||||
-- 跨服相关判断
|
||||
JumpServerManager.GetWorldArenaInfoRequest(function()
|
||||
-- JumpServerManager.GetWorldArenaInfoRequest(function()
|
||||
if not JumpServerManager.GetQiJieIsStart() then
|
||||
return false
|
||||
elseif not JumpServerManager.GetHightLadderDataIsGroup() then
|
||||
|
@ -362,7 +362,7 @@ function this.CheckQiJieRedPoint()
|
|||
local bool1 = this.CheckQiJieTreasureRedPoint()
|
||||
local bool2 = PrivilegeManager.GetPrivilegeRemainValue(3201) > 0 and true or false
|
||||
return bool1 or bool2
|
||||
end)
|
||||
-- end)
|
||||
end
|
||||
|
||||
--功能ID,MServerArenaSetting,回调
|
||||
|
|
Loading…
Reference in New Issue