feat: 게임 시작 후, 거병/건국 기간, 출병 제한 기간을 안내

This commit is contained in:
2022-05-11 02:22:40 +09:00
parent e00021871a
commit 3252db0fbe
4 changed files with 43 additions and 8 deletions
+4
View File
@@ -186,6 +186,10 @@ class ResetHelper{
$seasonIdx = $clearResult['seasonIdx'];
$scenarioObj = new Scenario($scenario, true);
if(class_exists('\\sammo\GameConst', false)){
trigger_error("이미 GameConst가 호출되어있습니다", E_USER_NOTICE);
}
$scenarioObj->buildConf();
$scenarioObj->initFull();