forked from devsam/core
fix: processing $destNation 구분 버그
This commit is contained in:
@@ -193,7 +193,7 @@ class che_불가침파기제의 extends Command\NationCommand{
|
||||
if($diplomacyStatus[$destNation['nation']]['state'] != 7){
|
||||
$nationTarget['notAvailable'] = true;
|
||||
}
|
||||
if ($destNation['id'] == $nationID) {
|
||||
if ($destNation['nation'] == $nationID) {
|
||||
$nationTarget['notAvailable'] = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user