성벽 상대로 '혼란' 계략을 사용하지 않는 버그 수정

This commit is contained in:
2018-09-08 12:33:41 +09:00
parent 63be2dee47
commit 2445c79805
+1 -1
View File
@@ -592,7 +592,7 @@ class WarUnitGeneral extends WarUnit{
}
if($oppose instanceof WarUnitCity){
$magic = Util::choiceRandom(['급습', '위보',' 혼란']);
$magic = Util::choiceRandom(['급습', '위보', '혼란']);
}
else{
$magic = Util::choiceRandom(['위보', '매복', '반목', '화계', '혼란']);