선전포고 추가, DisallowDiplomacyStatus 구현 변경

This commit is contained in:
2018-11-22 02:13:23 +09:00
parent 58eb6d4210
commit 36093eccaf
8 changed files with 271 additions and 27 deletions
+4 -1
View File
@@ -59,7 +59,10 @@ class che_선양 extends Command\GeneralCommand{
ConstraintHelper::BeLord(),
ConstraintHelper::ExistsDestGeneral(),
ConstraintHelper::FriendlyDestGeneral(),
ConstraintHelper::DisallowDiplomacyStatus([4], '현재 통합 진행중입니다.')
ConstraintHelper::DisallowDiplomacyStatus(
$this->generalObj->getNationID(),
[4 => '현재 통합 진행중입니다.']
)
];
}