【七界试炼】红点不再请求数据

dev_chengFeng
ZhangBiao 2021-09-27 15:33:30 +08:00
parent 810614f226
commit e4250d3fac
1 changed files with 2 additions and 2 deletions

View File

@ -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
--功能IDMServerArenaSetting,回调