From dec24e09cfa35a7a225d256199b2149a9c326b90 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 5 May 2018 22:52:53 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=99=EC=9D=98=EC=8B=9C=20=EC=9E=A5?= =?UTF-8?q?=EC=88=98=EB=AA=85=20=EB=B9=BC=EB=A8=B9=EB=8A=94=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/j_select_npc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hwe/j_select_npc.php b/hwe/j_select_npc.php index e4ff95a4..4cde200b 100644 --- a/hwe/j_select_npc.php +++ b/hwe/j_select_npc.php @@ -72,8 +72,11 @@ if ($gencount >= $maxgeneral) { //등록 시작 $db->update('general', [ + 'name2'=>$userNick, + 'npc'=>1, + 'killturn'=>6, + 'mode'=>2, 'owner'=>$userID, - 'npc'=>1 ], 'owner <= 0 AND npc = 2 AND no = %i', $pick); if(!$db->affectedRows()){