From 0beb00c5e5aaf98b91e31b01a48774b028b2c1a9 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 00:26:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EC=9A=A9=EC=9E=A5=20=ED=83=88?= =?UTF-8?q?=EB=95=8C=20=EC=82=AD=ED=84=B4=20NULL=EB=90=98=EB=8A=94=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/sammo/Engine/Personnel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Engine/Personnel.php b/hwe/sammo/Engine/Personnel.php index c6b574d0..925b9ec1 100644 --- a/hwe/sammo/Engine/Personnel.php +++ b/hwe/sammo/Engine/Personnel.php @@ -180,7 +180,7 @@ class Personnel{ } if($me['npc'] < 2){ - $setValues['killturn'] = $killturn; + $setValues['killturn'] = $this->killturn; } $db->update('general', $setValues, 'no=%i', $generalID);