game table을 KVStorage로 일부 대체
This commit is contained in:
+1
-2
@@ -24,9 +24,8 @@ $connect=$db->get();
|
||||
increaseRefresh("턴반복", 1);
|
||||
|
||||
$myActionCnt = $db->queryFirstField('SELECT con FROM general WHERE `owner`=%i', $userID);
|
||||
$conLimit = $db->queryFirstField('SELECT conlimit FROM game LIMIT 1');
|
||||
|
||||
$con = checkLimit($myActionCnt, $conLimit);
|
||||
$con = checkLimit($myActionCnt);
|
||||
if($con >= 2) {
|
||||
header('location:commandlist.php');
|
||||
exit();
|
||||
|
||||
Reference in New Issue
Block a user