From 61244fcef9cd7e052d8d404aee8956f9e1d2f4cc Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 21:17:39 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80=ED=95=9C=20=EC=BB=A4?= =?UTF-8?q?=EB=B0=8B=EC=97=90=EC=84=9C=20=EB=B6=88=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=9C=20npc=20=EC=BD=94=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_npc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/hwe/func_npc.php b/hwe/func_npc.php index ab1aa607..acba93d8 100644 --- a/hwe/func_npc.php +++ b/hwe/func_npc.php @@ -627,15 +627,12 @@ function processAI($no) { if($npcGenID === null && $userGenID === null){ $genID = 0; - $genValue = 0; } else if($npcGenID === null || $userGenValue < $npcGenValue * 3){ $genID = $userGenID; - $genValue = $userGenValue; } else{ $genID = $npcGenID; - $genValue = $npcGenValue; } if ($genID) {