현재까지 작업 분량 반영

This commit is contained in:
2018-05-20 02:23:44 +09:00
parent fab0495a39
commit af9df325f0
13 changed files with 15 additions and 45 deletions
+1 -1
View File
@@ -893,7 +893,7 @@ function process_64(&$general) {
$db = DB::db();
$gameStor = KVStorage::getStorage($db, 'game_env');
$date = substr($general['turntime'],11,5);
list($year, $month, $turnterm) = $db->queryFirstList('SELECT year,month,turnterm FROM game LIMIT 1');
list($year, $month, $turnterm) = $gameStor->getValuesAsArray(['year','month','turnterm']);
if($general['level'] < 5 || $general['nation']==0) {
pushGenLog($general, ["<C>●</>{$month}월:수뇌부가 아닙니다. 제의 실패. <1>$date</>"]);