From 49f40d56b0fb967a8c19768e69e9efc469def6b5 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 18 Apr 2018 10:13:32 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9A=8C=ED=94=BC=20=EC=9E=98=EB=AA=BB=20?= =?UTF-8?q?=EC=A0=81=EC=9A=A9=EB=90=98=EB=8A=94=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/process_war.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/process_war.php b/hwe/process_war.php index 41d84416..f47e0e9b 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -1159,7 +1159,7 @@ function processWar($general, $city) { } //회피 $ratio = rand() % 100; // 0 ~ 99 - $ratio2 = GameUnitConst::byID($oppose['crewtype'])->defence; //회피율 + $ratio2 = GameUnitConst::byID($oppose['crewtype'])->avoid; //회피율 $ratio2 = Util::round($ratio2 * $oppose['train'] / 100); //훈련 반영 // 특기보정 : 돌격, 궁병 if($general['special2'] == 60) { $ratio2 -= 100; }