초기 버그 수정

This commit is contained in:
2018-07-18 03:04:59 +09:00
parent badf89c660
commit 53c880e9c0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ $s = $s_year * 12 + $s_month;
$e = $e_year * 12 + $e_month;
if($serverID !== UniqueConst::$serverID){
$mapTheme = $db->queryFirstColumn('SELECT map_theme FROM ng_games WHERE server_id=%s', $serverID)??'che';
$mapTheme = $db->queryFirstColumn('SELECT map FROM ng_games WHERE server_id=%s', $serverID)??'che';
}
else{
$mapTheme = $admin['map_theme']??'che';