버그 수정

This commit is contained in:
2019-04-24 02:47:50 +09:00
parent 300065504b
commit 820c72820d
+1 -1
View File
@@ -130,7 +130,7 @@ class che_첩보 extends Command\GeneralCommand{
$crewTypeText = mb_substr(GameUnitConst::byID($crewType)->name, 0, 2);
$cnt = count($value);
return "{$crewTypeText}:{$cnt}";
})), ActionLogger::RAWTEXT);
}, $destCityGeneralList)), ActionLogger::RAWTEXT);
if($this->destNation['nation'] && $general->getNationID()){
$techDiff = floor($this->destNation['tech']) - floor($this->nation['tech']);