전역 하드코드 이벤트를 동적 변경 영역으로 이동 #230

Merged
Hide_D merged 15 commits from DivideHardcodedEvent into devel 2023-03-12 17:14:49 +09:00
Showing only changes of commit afb4126a52 - Show all commits
-2
View File
@@ -547,7 +547,6 @@ function updateNationState()
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game_env');
$history = array();
$admin = $gameStor->getValues(['killturn', 'year', 'month', 'fiction', 'startyear', 'show_img_level', 'turnterm', 'turntime']);
$year = $admin['year'];
$month = $admin['month'];
@@ -744,7 +743,6 @@ function updateNationState()
}
}
}
pushGlobalHistoryLog($history, $admin['year'], $admin['month']);
}
function checkStatistic()