KVStorage의 game namespace를 game_env로 '편의를 위해' 변경
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ function printCitiesBasedOnDistance(int $cityNo, int $maxDistance=1) {
|
||||
|
||||
function info($type=0) {
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$gameStor = KVStorage::getStorage($db, 'game_env');
|
||||
$connect=$db->get();
|
||||
|
||||
$query = "select year,month,turnterm,maxgeneral from game limit 1";
|
||||
|
||||
Reference in New Issue
Block a user