코드 일부 수정

This commit is contained in:
2019-10-09 14:43:26 +09:00
parent a3fef6c62f
commit 10fd22ba81
4 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -1577,7 +1577,7 @@ class GeneralAI{
return ['che_건국', [
'nationName'=>"".mb_substr($general->getName(), 1),
'nationType'=>$nationType,
'nationColor'=>$nationColor
'colorType'=>$nationColor
]];
}