등용장 버그 고침(송신자에게도 감)

This commit is contained in:
2018-04-18 23:48:47 +09:00
parent 2a4e59d6e2
commit 10b6a4ff6e
+1 -1
View File
@@ -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']}'";