GeneralPublicRecord 추가

This commit is contained in:
2018-04-01 18:51:26 +09:00
parent 5860a14dae
commit 1f5f7e3591
29 changed files with 299 additions and 289 deletions
+2 -2
View File
@@ -136,8 +136,8 @@ function acceptScout($messageInfo, $general, $msgResponse){
pushGenLog($me, $mylog);
pushGenLog($you, $youlog);
pushAllLog($alllog);
pushHistory($alllog, $year, $month);
pushGeneralPublicRecord($alllog, $admin['year'], $admin['month']);
pushWorldHistory($alllog, $year, $month);
return [true, 'success'];
}