From 002b7ae5342b2815a066e89d2c55e557a5762a1c Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 23:20: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=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_process_personnel.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/hwe/func_process_personnel.php b/hwe/func_process_personnel.php index 1dcfdddb..345601cd 100644 --- a/hwe/func_process_personnel.php +++ b/hwe/func_process_personnel.php @@ -47,16 +47,8 @@ function process_22(&$general) { $ded = CharDedication($ded, $general['personal']); $msg = ScoutMessage::buildScoutMessage($general['no'], $who, $reason); + $msg->send(); -/* - sendScoutMsg([ - 'id' => $general['no'], - 'nation_id' => Util::array_get($general['nation'], 0) - ],[ - 'id' => $you['no'], - 'nation_id' => Util::array_get($you['nation'], 0) - ],$date); - */ $general['intel2']++; $query = "update general set resturn='SUCCESS',gold=gold-'$cost',intel2='{$general['intel2']}',dedication=dedication+'$ded',experience=experience+'$exp' where no='{$general['no']}'"; MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");