부대장후방발령버그
This commit is contained in:
@@ -516,6 +516,9 @@ class GeneralAI
|
|||||||
if(!key_exists($userGeneral->getCityID(), $this->frontCities)){
|
if(!key_exists($userGeneral->getCityID(), $this->frontCities)){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
if(!key_exists($userGeneral->getCityID(), $this->nationCities)){
|
||||||
|
continue;
|
||||||
|
}
|
||||||
$city = $this->supplyCities[$userGeneral->getCityID()];
|
$city = $this->supplyCities[$userGeneral->getCityID()];
|
||||||
$troopLeaderID = $userGeneral->getVar('troop');
|
$troopLeaderID = $userGeneral->getVar('troop');
|
||||||
if(!$troopLeaderID || !key_exists($troopLeaderID, $this->troopLeaders)){
|
if(!$troopLeaderID || !key_exists($troopLeaderID, $this->troopLeaders)){
|
||||||
|
|||||||
Reference in New Issue
Block a user