fix: 재야장수도 본닉이 보이는(바라기는) 패치 #253
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user