c0a30a2640...ff00990520 까지 반영

This commit is contained in:
2019-07-20 15:29:47 +09:00
parent ead0e14350
commit 549114ae1f
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ $nationID = $me['nation'];
if($isAmbassador){
$targetType = 'ambassador';
$targetLevel = 4;
if(count($genlist) > 2){
if($genlist && count($genlist) > 2){
Json::die([
'result'=>false,
'reason'=>'외교권자는 최대 둘까지만 설정 가능합니다.'