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(['위보', '매복', '반목', '화계', '혼란']);