From de79e255105df3cb2f1f5c26a3996f87d74bc389 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 13 May 2020 02:28:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A1=B0=EC=96=B8=EC=9E=90=20=ED=8F=AC?= =?UTF-8?q?=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_set_npc_control.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/j_set_npc_control.php b/hwe/j_set_npc_control.php index 3e05d1a8..19039b3f 100644 --- a/hwe/j_set_npc_control.php +++ b/hwe/j_set_npc_control.php @@ -54,10 +54,10 @@ if ($me['officer_level'] < 5) { ]); } $permission = checkSecretPermission($me); -if ($permission < 4) { +if ($permission < 3) { Json::die([ 'result'=>false, - 'reason'=>'권한이 부족합니다. 군주, 혹은 외교권자가 아닙니다.' + 'reason'=>'권한이 부족합니다. 군주, 외교권자, 조언자가 아닙니다.' ]); }