버그 1차 수정

This commit is contained in:
2018-11-26 00:03:11 +09:00
parent 130d079c90
commit 0813f48fce
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();