KVStorage로 game 테이블 대체 준비
This commit is contained in:
@@ -18,6 +18,7 @@ function GetStuffName($stuff) {
|
||||
|
||||
function registerAuction() {
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$connect=$db->get();
|
||||
|
||||
$query = "select startyear,year,month,turnterm from game limit 1";
|
||||
@@ -142,6 +143,7 @@ function registerAuction() {
|
||||
|
||||
function processAuction() {
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$connect=$db->get();
|
||||
|
||||
$trader = [];
|
||||
|
||||
Reference in New Issue
Block a user