game 테이블을 모두 gameStor로 변환
This commit is contained in:
@@ -59,7 +59,7 @@ class Diplomacy{
|
||||
$this->startYear,
|
||||
$this->year,
|
||||
$this->month
|
||||
) = $db->queryFirstList('SELECT startyear, year, month FROM game LIMIT 1');
|
||||
) = $gameStor->getValuesAsArray(['startyear', 'year', 'month']);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -300,7 +300,7 @@ class Scenario{
|
||||
/*
|
||||
env로 사용된 것들,
|
||||
게임 변수 : year, month
|
||||
game 테이블 변수 : startyear, year, month, genius, turnterm, show_img_level, extended_general, fiction, npcmode
|
||||
gameStor 변수 : startyear, year, month, genius, turnterm, show_img_level, extended_general, fiction, npcmode
|
||||
install 변수 : npcmode, show_img_level, extended_general, scenario, fiction
|
||||
|
||||
event변수 : currentEventID
|
||||
|
||||
Reference in New Issue
Block a user