연감 버그 수정

This commit is contained in:
2019-10-16 02:34:46 +09:00
parent 50526383f9
commit 57a94e4a7d
+2
View File
@@ -86,6 +86,8 @@ if ($month <= 0) {
$month += 12;
}
$history = $db->queryFirstRow('SELECT log,genlog,nation,power,gen,city FROM history WHERE server_id = %s AND year = %i AND month = %i', $serverID, $year, $month);
?>
<!DOCTYPE html>
<html>