From a0ca3dc3f651e2e00632ec22787767113ad338bd Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Apr 2018 15:59:05 +0900 Subject: [PATCH] =?UTF-8?q?TODO=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_command.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hwe/func_command.php b/hwe/func_command.php index 4d2eee76..89c09e4c 100644 --- a/hwe/func_command.php +++ b/hwe/func_command.php @@ -537,7 +537,8 @@ function processCommand($no) { $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),""); } - + //FIXME: 운영자 같이 사망하면 안되는 인물에 대한 처리가 필요 + //연속턴 아닌경우 텀 리셋 if($general['term']%100 != $command[0]) { $query = "update general set term=0 where no='{$general['no']}'";