From 8125b21af3d5261811b336daa2557f50a4ecd4d6 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Wed, 10 Nov 2021 00:56:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=B7=A8=E6=9C=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=B8=83=E7=95=8C=E8=AF=95=E7=82=BC=E7=BA=A2=E7=82=B9?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E4=B8=8D=E5=8F=8A=E6=97=B6=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/JumpServer/JumpServerManager.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerManager.lua b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerManager.lua index 0703b82ecb..c6c44ae6ca 100644 --- a/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/JumpServer/JumpServerManager.lua @@ -246,6 +246,8 @@ end function this.CheckJumpServerhightLadderMainCityRedPoint() CheckRedPointStatus(RedPointType.JumpServer_HightLadder_Worship) CheckRedPointStatus(RedPointType.JumpServer_HightLadder_HaveMianFeiPanel) + -- 检测七界试炼红点 + CheckRedPointStatus(RedPointType.QiJieShiLian) end --剩余免费挑战次数红点 function this.JumpServerHightLadderMianFeiNumRedPoint()