KVStorage로 game 테이블 대체 준비
This commit is contained in:
@@ -230,6 +230,7 @@ class Session
|
||||
}
|
||||
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
|
||||
$general = $db->queryFirstRow(
|
||||
'SELECT `no`, `name`, `killturn`, `turntime` from general where `owner` = %i',
|
||||
|
||||
Reference in New Issue
Block a user