From 10b6a4ff6e89a2f5a248d804973b8ac49e945427 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 23:48:47 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EC=9A=A9=EC=9E=A5=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EA=B3=A0=EC=B9=A8(=EC=86=A1=EC=8B=A0=EC=9E=90?= =?UTF-8?q?=EC=97=90=EA=B2=8C=EB=8F=84=20=EA=B0=90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_personnel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_process_personnel.php b/hwe/func_process_personnel.php index 345601cd..b809cfb8 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -47,7 +47,7 @@ function process_22(&$general) { $ded = CharDedication($ded, $general['personal']); $msg = ScoutMessage::buildScoutMessage($general['no'], $who, $reason); - $msg->send(); + $msg->send(true); $general['intel2']++; $query = "update general set resturn='SUCCESS',gold=gold-'$cost',intel2='{$general['intel2']}',dedication=dedication+'$ded',experience=experience+'$exp' where no='{$general['no']}'";