phan 1차

This commit is contained in:
2020-05-01 17:33:14 +09:00
parent beb7553629
commit 180b3c7c5d
27 changed files with 76 additions and 48 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ case "분지연":
$locked = true;
break;
}
sleep(0.5);
usleep(500000);
}
$gameStor->cacheValues(['turntime', 'starttime', 'tnmt_time']);
$turntime = (new \DateTimeImmutable($gameStor->turntime))->add(new \DateInterval("PT{$minute}M"));