건국 즉시 얻는 템 삭제, 유니크 복권 리팩토링, '고정된 한개'를 주는 유니크 복권 추가

This commit is contained in:
2019-08-14 00:27:36 +09:00
parent c903ce929f
commit 9fea24f0f6
2 changed files with 122 additions and 110 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, 3);
$log = uniqueItem($general, $log);
}
pushWorldHistory($history, $admin['year'], $admin['month']);