game 테이블을 모두 gameStor로 변환
This commit is contained in:
@@ -35,7 +35,7 @@ list(
|
||||
$maxgeneral,
|
||||
$turnterm,
|
||||
$npcmode
|
||||
) = $db->queryFirstList('SELECT maxgeneral,turnterm,npcmode from game limit 1');
|
||||
) = $gameStor->getValuesAsArray(['maxgeneral', 'turnterm', 'npcmode']);
|
||||
|
||||
if(!$npcmode){
|
||||
Json::die([
|
||||
|
||||
Reference in New Issue
Block a user