KVStorage로 game 테이블 대체 준비

This commit is contained in:
2018-05-12 22:05:44 +09:00
parent 5e74a34d3e
commit 52f4b79fdf
65 changed files with 243 additions and 20 deletions
+4
View File
@@ -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("건국");