공백지 생성은 가능. 추가 버그 확인 중

This commit is contained in:
2018-03-31 14:13:19 +09:00
parent 8abe3bf638
commit f19707989b
8 changed files with 51 additions and 37 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class Nation{
public function postBuild($env=[]){
$npc_cnt = count($this->generals);
if($env['useExtentedGeneral']){
if($env['extended_general']){
$npc_cnt += count($this->generalsEx);
}