단순 건국 상품 롤백

This commit is contained in:
2019-08-15 00:37:49 +09:00
parent 1a1d384a3e
commit fa246ff810
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -770,7 +770,7 @@ function process_46(&$general) {
$query = "update general set resturn='SUCCESS',dedication=dedication+'$ded', experience=experience+'$exp' where no='{$general['no']}'";
MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$log = uniqueItem($general, $log);
$log = uniqueItem($general, $log, 3);
}
pushWorldHistory($history, $admin['year'], $admin['month']);