버그 1차 수정
This commit is contained in:
+4
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user