normgeneral 삭제

This commit is contained in:
2018-04-08 12:31:42 +09:00
parent 7875e6885f
commit 493b3c7d97
6 changed files with 17 additions and 17 deletions
+3 -4
View File
@@ -171,9 +171,8 @@ $env = [
'year'=> $year,
'month'=> $month,
'msg'=>'공지사항',//TODO:공지사항
'maxgeneral'=>500,
'normgeneral'=>300,
'maxnation'=>55,
'maxgeneral'=>GameConst::$defaultMaxGeneral,
'maxnation'=>GameConst::$defaultMaxNation,
'conlimit'=>300,
'gold_rate'=>100,
'rice_rate'=>100,
@@ -181,7 +180,7 @@ $env = [
'starttime'=>$starttime,
'turnterm'=>$turnterm,
'killturn'=>$killturn,
'genius'=>5,
'genius'=>GameConst::$defaultMaxGenius,
'show_img_level'=>$show_img_level,
'npcmode'=>$npcmode,
'extended_general'=>$extend,