history 타입들을 text에서 mediumtext로 변경
시나리오 생성 시 장수수 처리 수정
This commit is contained in:
@@ -176,6 +176,9 @@ function getWorldHistoryWithDate($year, $month) {
|
||||
|
||||
|
||||
function pushGeneralPublicRecord(array $history, $year=null, $month=null) {
|
||||
if(!$history){
|
||||
return;
|
||||
}
|
||||
$db = DB::db();
|
||||
if($year === null || $month === null){
|
||||
$game = $db->queryFirstRow('SELECT year, month FROM game LIMIT 1');
|
||||
|
||||
Reference in New Issue
Block a user