불가침파기제의 추가

This commit is contained in:
2020-05-03 01:33:52 +09:00
parent ce5ad89d5e
commit 5445be2056
6 changed files with 411 additions and 31 deletions
@@ -47,7 +47,7 @@ class AllowDiplomacyBetweenStatus extends Constraint{
'SELECT state FROM diplomacy WHERE me = %i AND you = %i AND `state` IN %li LIMIT 1',
$this->nationID,
$this->destNationID,
array_keys($this->allowDipCodeList)
$this->allowDipCodeList
);
if($state !== null){
return true;