버그 수정
This commit is contained in:
@@ -268,6 +268,9 @@ function pushNationHistory(int $nationID, ?array $history, ?int $year=null, ?int
|
||||
if(!$history){
|
||||
return;
|
||||
}
|
||||
if(!$nationID){
|
||||
return;
|
||||
}
|
||||
$db = DB::db();
|
||||
|
||||
if($year === null || $month === null){
|
||||
|
||||
Reference in New Issue
Block a user