From 8defcd29a475f29d264fe1fb341edcc71372fcc2 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 30 Jul 2022 10:31:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9D=B8=EC=9E=90=20=EC=98=A4=EB=A5=98?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Nation/GetGeneralLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/API/Nation/GetGeneralLog.php b/hwe/sammo/API/Nation/GetGeneralLog.php index 7b1aa603..96aa2893 100644 --- a/hwe/sammo/API/Nation/GetGeneralLog.php +++ b/hwe/sammo/API/Nation/GetGeneralLog.php @@ -81,7 +81,7 @@ class GetGeneralLog extends \sammo\BaseAPI if ( $reqType === self::GENERAL_ACTION && $testGeneralNPCType < 2 && - $generalID !== $me['generalID'] && + $generalID !== $me['no'] && $permission < 2 ) { return '권한이 부족합니다. 유저 장수의 개인 기록은 수뇌만 열람 가능합니다.';