KVStorage의 game namespace를 game_env로 '편의를 위해' 변경
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ function getWorldMap($req){
|
||||
$userID = $session->userID;
|
||||
|
||||
$db = DB::db();
|
||||
$gameStor = KVStorage::getStorage($db, 'game');
|
||||
$gameStor = KVStorage::getStorage($db, 'game_env');
|
||||
|
||||
$game = $db->queryFirstRow('select `startyear`, `year`, `month` from `game` where `no` = 1');
|
||||
$startYear = Util::toInt($game['startyear']);
|
||||
|
||||
Reference in New Issue
Block a user