버그 1차 수정

This commit is contained in:
2018-11-26 00:03:11 +09:00
parent 9714c1c9f6
commit 2c193e7e48
21 changed files with 71 additions and 34 deletions
+4 -1
View File
@@ -1548,7 +1548,10 @@ function checkTurn() {
if($gameStor->isunited == 2) {
$db->update('plock', ['plock'=>1], true);
$db->update('plock', [
'plock'=>1,
'locktime'=>TimeUtil::now(true)
], true);
return;
}
$gameStor->cacheAll();