func_time_event 재작성, 수입관련 코드 수정

This commit is contained in:
2019-10-10 02:36:42 +09:00
parent 21f8b814e0
commit 0893bf6473
10 changed files with 576 additions and 728 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ function preUpdateMonthly() {
$gameStor->develcost = $develcost;
//매달 사망자 수입 결산
processDeadIncome($ratio);
processWarIncome($ratio);
//계략, 전쟁표시 해제
$query = "update city set state=0 where state=31 or state=33";