From c528baed8e696673e0c5c72853fec7787c1f673f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A5=98=ED=99=94=EC=98=81?= <> Date: Sun, 26 May 2024 16:56:26 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9E=AC=EC=95=BC=EC=9E=A5=EC=88=98?= =?UTF-8?q?=EB=8F=84=20=EB=B3=B8=EB=8B=89=EC=9D=B4=20=EB=B3=B4=EC=9D=B4?= =?UTF-8?q?=EB=8A=94(=EB=B0=94=EB=9D=BC=EA=B8=B0=EB=8A=94)=20=ED=8C=A8?= =?UTF-8?q?=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/extKingdoms.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/ts/extKingdoms.ts b/hwe/ts/extKingdoms.ts index 3e240ea9..99ec0931 100644 --- a/hwe/ts/extKingdoms.ts +++ b/hwe/ts/extKingdoms.ts @@ -56,7 +56,7 @@ $(function () { $userFrame.css('box-shadow', '0px 0px 7px 3px rgba(255,255,255,50)'); $userFrame.hide(); - const 국가테이블 = $('table:gt(0):lt(-2)'); + const 국가테이블 = $('table:gt(0):lt(-1)'); const getUserType = function (통: number, 무: number, 지: number): UserType { //const 총 = 통 + 무 + 지; @@ -291,4 +291,4 @@ $(function () { $frame.append($btn); -}); \ No newline at end of file +});