From 5952dba5338d7d9985401f4ce0a8fa339e775885 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 22 May 2023 21:52:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B2=9C=ED=86=B5=EC=8B=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=BC=EC=A1=B1=20=EC=86=8C=ED=99=98=EC=97=90=20npc=20?= =?UTF-8?q?=EC=97=AC=EB=B6=80=EB=A5=BC=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20?= =?UTF-8?q?=EA=B3=84=EC=82=B0=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index f9b0bebc..4011ffc8 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -771,7 +771,7 @@ function checkEmperior() $chiefs = Util::convertArrayToDict( $db->query( - 'SELECT no,name,picture,belong,officer_level FROM general WHERE nation=%i AND officer_level >= 5', + 'SELECT no,npc,name,picture,belong,officer_level FROM general WHERE nation=%i AND officer_level >= 5', $nationID ), 'officer_level'