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 +});