From b26c6a04c0eec4661bcc3d30c4c15da4cf25bb35 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Apr 2018 17:27:45 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AD=ED=84=B4=20=EB=B2=84=EA=B7=B8?= =?UTF-8?q?=EB=A1=9C=20=EC=83=9D=EA=B8=B4=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_command.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hwe/func_command.php b/hwe/func_command.php index f9e96d55..579bab88 100644 --- a/hwe/func_command.php +++ b/hwe/func_command.php @@ -536,6 +536,9 @@ function processCommand($no) { } elseif($command[0] == 0) { $query = "update general set recturn=turn0,resturn='FAIL',myset=3,con=0,killturn=killturn-1 where no='{$general['no']}'"; MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update general set recturn=turn0,resturn='FAIL',myset=3,con=0,killturn='{$admin['killturn']}' where no='{$general['no']}'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); } //FIXME: 운영자 같이 사망하면 안되는 인물에 대한 처리가 필요