From 2445c798051d88a53c45a226ef83dd7b73f3ddba Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 8 Sep 2018 12:33:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B1=EB=B2=BD=20=EC=83=81=EB=8C=80?= =?UTF-8?q?=EB=A1=9C=20'=ED=98=BC=EB=9E=80'=20=EA=B3=84=EB=9E=B5=EC=9D=84?= =?UTF-8?q?=20=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?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/WarUnitGeneral.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index a59c859d..89539731 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -592,7 +592,7 @@ class WarUnitGeneral extends WarUnit{ } if($oppose instanceof WarUnitCity){ - $magic = Util::choiceRandom(['급습', '위보',' 혼란']); + $magic = Util::choiceRandom(['급습', '위보', '혼란']); } else{ $magic = Util::choiceRandom(['위보', '매복', '반목', '화계', '혼란']);