From 4ac174eb9a626c3a09fb4fc1fe868208bacdb7e1 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 17 Sep 2021 23:17:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=98=EA=B3=84=EC=8B=9C=EB=8F=84?= =?UTF-8?q?=EC=97=90=EB=8A=94=20=EA=B5=AC=EB=B6=84=20=EC=BD=94=EB=93=9C?= =?UTF-8?q?=EA=B0=80=20=EB=8F=99=EC=9E=91=ED=95=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EC=95=98=EC=9D=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitTrigger/che_반계시도.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/WarUnitTrigger/che_반계시도.php b/hwe/sammo/WarUnitTrigger/che_반계시도.php index cee031d8..33b76036 100644 --- a/hwe/sammo/WarUnitTrigger/che_반계시도.php +++ b/hwe/sammo/WarUnitTrigger/che_반계시도.php @@ -14,6 +14,7 @@ class che_반계시도 extends BaseWarUnitTrigger{ public function __construct(WarUnit $unit, int $raiseType = 0, float $prob = 0.4){ $this->object = $unit; + $this->raiseType = $raiseType; $this->prob = $prob; }