From f18b2ed1a5ef46fd16ff09ef7bf3bf935a50a19c Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 20 Feb 2022 03:38:50 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=8A=A5=EB=A0=A5=EC=B9=98=20=EC=9C=A0?= =?UTF-8?q?=EB=8B=88=ED=81=AC=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/che_능력치_무력_두강주.php | 2 +- hwe/sammo/ActionItem/che_능력치_지력_이강주.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/sammo/ActionItem/che_능력치_무력_두강주.php b/hwe/sammo/ActionItem/che_능력치_무력_두강주.php index 02709155..8dda7371 100644 --- a/hwe/sammo/ActionItem/che_능력치_무력_두강주.php +++ b/hwe/sammo/ActionItem/che_능력치_무력_두강주.php @@ -8,7 +8,7 @@ use \sammo\General; use sammo\KVStorage; use sammo\Util; -class che_능력치_통솔_두강주 extends \sammo\BaseItem{ +class che_능력치_무력_두강주 extends \sammo\BaseItem{ protected $rawName = '두강주'; protected $name = '두강주(무력)'; diff --git a/hwe/sammo/ActionItem/che_능력치_지력_이강주.php b/hwe/sammo/ActionItem/che_능력치_지력_이강주.php index 1cdc1e98..a95e3def 100644 --- a/hwe/sammo/ActionItem/che_능력치_지력_이강주.php +++ b/hwe/sammo/ActionItem/che_능력치_지력_이강주.php @@ -8,10 +8,10 @@ use \sammo\General; use sammo\KVStorage; use sammo\Util; -class che_능력치_통솔_과실주 extends \sammo\BaseItem{ +class che_능력치_지력_이강주 extends \sammo\BaseItem{ protected $rawName = '과실주'; - protected $name = '과실주(무력)'; + protected $name = '과실주(지력)'; protected $info = '[능력치] 지력 보정 +5 + (5년마다 +1)'; protected $cost = 200; protected $consumable = false;