fix: 인자 오류 수정
This commit is contained in:
@@ -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 '권한이 부족합니다. 유저 장수의 개인 기록은 수뇌만 열람 가능합니다.';
|
||||
|
||||
Reference in New Issue
Block a user