game 테이블을 모두 gameStor로 변환
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ $userID = Session::getUserID();
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game_env');
|
||||
|
||||
list($npcmode, $maxgeneral) = $db->queryFirstList('SELECT npcmode,maxgeneral FROM game LIMIT 1');
|
||||
list($npcmode, $maxgeneral) = $gameStor->getValuesAsArray(['npcmode', 'maxgeneral']);
|
||||
|
||||
if(!$npcmode) {
|
||||
header('location:..');
|
||||
|
||||
Reference in New Issue
Block a user