KVStorage로 game 테이블 대체 준비
This commit is contained in:
@@ -193,6 +193,7 @@ function command_99($turn) {
|
||||
|
||||
function command_11($turn, $command) {
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$connect=$db->get();
|
||||
$userID = Session::getUserID();
|
||||
|
||||
@@ -401,6 +402,7 @@ function calc(cost, formnum) {
|
||||
|
||||
function command_12($turn, $command) {
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$connect=$db->get();
|
||||
$userID = Session::getUserID();
|
||||
|
||||
@@ -961,6 +963,7 @@ function command_24($turn, $command) {
|
||||
|
||||
function command_25($turn, $command) {
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$connect=$db->get();
|
||||
$userID = Session::getUserID();
|
||||
|
||||
@@ -1528,6 +1531,7 @@ function command_44($turn, $command) {
|
||||
|
||||
function command_46($turn, $command) {
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$connect=$db->get();
|
||||
|
||||
starter("건국");
|
||||
|
||||
Reference in New Issue
Block a user