From 197c09bd0d96838376a5cacd6e2e1d13d3a97568 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 18 Sep 2018 02:02:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=91=ED=95=A9=EC=9E=A5=20=ED=84=B4?= =?UTF-8?q?=EC=9D=84=20=EA=B7=B8=EB=82=98=EB=A7=88=20=ED=99=95=EC=9D=B8?= =?UTF-8?q?=ED=95=A0=20=EC=88=98=20=EC=9E=88=EB=8F=84=EB=A1=9D=20=EC=82=AD?= =?UTF-8?q?=ED=84=B4=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_npc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_npc.php b/hwe/func_npc.php index f8209b17..a3c8a303 100644 --- a/hwe/func_npc.php +++ b/hwe/func_npc.php @@ -213,7 +213,7 @@ function processAI($no) { 'turn3'=>$command, 'turn4'=>$command, 'turn5'=>$command, - 'killturn'=>80 + 'killturn'=>rand(70,75), ], 'no=%i', $general['no']); }