From 1e01f2a7496ce949171be4c62bf258bc6ae12cb3 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 19 Aug 2018 03:47:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=ED=88=AC=20=EA=B5=AC=ED=98=84=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= 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 13815027..bce783d7 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -546,7 +546,7 @@ class WarUnitGeneral extends WarUnit{ } $magic = Util::choiceRandom(['위보', '매복', '반목', '화계', '혼란']); - $this->activateSkill($magic); + $this->activateSkill('계략시도', $magic); if(Util::randBool($magicSuccessRatio)){ $this->activateSkill('계략'); }