fix: processing $destNation 구분 버그

This commit is contained in:
2021-12-26 04:19:26 +09:00
parent 7b21b60c11
commit 410f6b261e
8 changed files with 8 additions and 8 deletions
@@ -212,7 +212,7 @@ class che_선전포고 extends Command\NationCommand
if (!$testCommand->hasFullConditionMet()) {
$nationTarget['notAvailable'] = true;
}
if ($destNation['id'] == $nationID) {
if ($destNation['nation'] == $nationID) {
$nationTarget['notAvailable'] = true;
}