턴 지연 버그 수정. 설문조사 % 막대
This commit is contained in:
+1
-1
@@ -1440,7 +1440,7 @@ function checkDelay() {
|
||||
$minute = $iter * $term;
|
||||
$newTurntime = $turntime->add(new \DateInterval("PT{$minute}M"));
|
||||
$newNextTurntime = $turntime->add(new \DateInterval("PT{$term}M"));
|
||||
$gameStor->turntime = $newTurntime;
|
||||
$gameStor->turntime = $newTurntime->format('Y-m-d H:i:s');
|
||||
|
||||
$db->update('general', [
|
||||
'turntime'=> $db->sqleval('DATE_ADD(turntime, INTERVAL %i MINUTE)', $minute)
|
||||
|
||||
Reference in New Issue
Block a user