From 44142be28e6f18b1565e205f27abdeae1ff7260c Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 24 Apr 2019 02:47:50 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Command/General/che_첩보.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Command/General/che_첩보.php b/hwe/sammo/Command/General/che_첩보.php index b2407aac..02f9a296 100644 --- a/hwe/sammo/Command/General/che_첩보.php +++ b/hwe/sammo/Command/General/che_첩보.php @@ -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']);