From 0ae6584b028cfed5891be0cb029e53c4075dc815 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 9 May 2022 02:42:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=95=84=EC=9D=B4=ED=85=9C=20=EC=B9=98?= =?UTF-8?q?=EB=A3=8C=EC=9D=98=20=EC=9A=B0=EC=84=A0=EC=88=9C=EC=9C=84?= =?UTF-8?q?=EA=B0=80=20=EB=82=AE=EC=95=84=20'=EA=B2=BD=EC=83=81'=EC=B9=98?= =?UTF-8?q?=EB=A3=8C=EA=B0=80=20=EC=95=88=EB=90=98=EB=8A=94=20=EB=B2=84?= =?UTF-8?q?=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/GeneralTrigger/che_아이템치료.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/GeneralTrigger/che_아이템치료.php b/hwe/sammo/GeneralTrigger/che_아이템치료.php index dab393a1..f236af1a 100644 --- a/hwe/sammo/GeneralTrigger/che_아이템치료.php +++ b/hwe/sammo/GeneralTrigger/che_아이템치료.php @@ -8,7 +8,7 @@ use sammo\Util; use sammo\JosaUtil; class che_아이템치료 extends BaseGeneralTrigger{ - protected $priority = 20010; + protected $priority = 9990; protected $injuryTarget = 10; public function __construct(General $general, int $injuryTarget=10){