game 테이블을 모두 gameStor로 변환
This commit is contained in:
+1
-1
@@ -1526,7 +1526,7 @@ function command_46($turn, $command) {
|
||||
|
||||
starter("건국");
|
||||
|
||||
$maxnation = $db->queryFirstField('SELECT maxnation FROM game LIMIT 1');
|
||||
$maxnation = $gameStor->maxnation;
|
||||
|
||||
$colorUsed = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user