fix: 인자 오류 수정
This commit is contained in:
@@ -81,7 +81,7 @@ class GetGeneralLog extends \sammo\BaseAPI
|
|||||||
if (
|
if (
|
||||||
$reqType === self::GENERAL_ACTION &&
|
$reqType === self::GENERAL_ACTION &&
|
||||||
$testGeneralNPCType < 2 &&
|
$testGeneralNPCType < 2 &&
|
||||||
$generalID !== $me['generalID'] &&
|
$generalID !== $me['no'] &&
|
||||||
$permission < 2
|
$permission < 2
|
||||||
) {
|
) {
|
||||||
return '권한이 부족합니다. 유저 장수의 개인 기록은 수뇌만 열람 가능합니다.';
|
return '권한이 부족합니다. 유저 장수의 개인 기록은 수뇌만 열람 가능합니다.';
|
||||||
|
|||||||
Reference in New Issue
Block a user