fix: 재야장수도 본닉이 보이는(바라기는) 패치

This commit is contained in:
류화영
2024-05-26 16:56:26 +09:00
parent c45758b054
commit c528baed8e
+2 -2
View File
@@ -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);
});
});