fix: 연감 수정

This commit is contained in:
2023-08-10 19:06:40 +09:00
parent 6c4cb484da
commit dc526c7359
+2 -2
View File
@@ -28,10 +28,10 @@ if ($serverID !== UniqueConst::$serverID) {
if($serverID === UniqueConst::$serverID){
[$currentYear, $currentMonth] = $gameStor->getValuesAsArray(['year', 'month']);
if($f_year === null || $l_year === null){
$f_year = $currentYear - 1;
$f_year = $currentYear;
$f_month = $currentMonth - 1;
$l_year = $currentYear - 1;
$l_year = $currentYear;
$l_month = $currentMonth - 1;
}
}