From 80c224d43b2cd2c498a8fbee38b026fb609b3d0a Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Jul 2018 04:44:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=95=EB=AA=A8=EB=B3=91=EC=B0=BD=20?= =?UTF-8?q?=EC=BD=94=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/processing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/processing.php b/hwe/processing.php index c8e29179..de4dc6d5 100644 --- a/hwe/processing.php +++ b/hwe/processing.php @@ -251,7 +251,7 @@ function command_11($turn, $command, bool $is모병 = false) { } $crewObj->baseRice = $unit->rice * getTechCost($tech); - $crewObj->baseCost = CharCost(getTechCost($tech), $me['personal']); + $crewObj->baseCost = CharCost($unit->costWithTech($tech), $me['personal']); $armType = $unit->armType; if($me['special2'] == 50 && $armType == GameUnitConst::T_FOOTMAN){