From 0f45de8384b1fa11bae3275f99be0800bc52bdbe Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Apr 2018 10:47:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=80=EC=83=81=20=EC=BD=94=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_template.php b/hwe/func_template.php index 4fbd7692..908e0cf2 100644 --- a/hwe/func_template.php +++ b/hwe/func_template.php @@ -135,7 +135,7 @@ function formatWounded(int $value, int $wound): string{ return "$value"; } $woundedValue = intdiv($value * (100 - $wound), 100); - return "$woundedvalue"; + return "$woundedValue"; } function formatDefenceMode(int $value): string{