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;