From 5ae91ac62020db4fd328170265af7e53e4e0b668 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 25 Oct 2018 01:26:59 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=AC=EB=AC=B8=20=EB=AC=B4=EB=A0=A5=20?= =?UTF-8?q?=EB=B2=84=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/func_process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_process.php b/hwe/func_process.php index 9aaea3e8..cf41db1e 100644 --- a/hwe/func_process.php +++ b/hwe/func_process.php @@ -2008,7 +2008,7 @@ function process_42(&$general) { $log[] = "●{$admin['month']}월:호랑이에게 물려 크게 다쳤습니다. <1>$date"; // 경험치 하락 // 명성 상승 $injury = rand() % 30 + 20; - $query = "update general set resturn='SUCCESS',injury=injury+'$injury',,experience=experience+'$exp' where no='{$general['no']}'"; + $query = "update general set resturn='SUCCESS',injury=injury+'$injury',experience=experience+'$exp' where no='{$general['no']}'"; MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); break; case 25: