From fe08fe0e2efb0c9a0b5b73922d3c710e14598bcc Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 6 Jul 2022 22:57:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=88=84=EB=9D=BD=EB=90=9C=20=EC=8A=A4?= =?UTF-8?q?=ED=83=AF=20=EC=9C=A0=EB=8B=88=ED=81=AC=20=EC=84=A4=EB=AA=85=20?= =?UTF-8?q?=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 | 2 +- hwe/sammo/ActionItem/che_능력치_통솔_보령압주.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/sammo/ActionItem/che_능력치_무력_두강주.php b/hwe/sammo/ActionItem/che_능력치_무력_두강주.php index bf066cd6..5b2027ad 100644 --- a/hwe/sammo/ActionItem/che_능력치_무력_두강주.php +++ b/hwe/sammo/ActionItem/che_능력치_무력_두강주.php @@ -12,7 +12,7 @@ class che_능력치_무력_두강주 extends \sammo\BaseItem{ protected $rawName = '두강주'; protected $name = '두강주(무력)'; - protected $info = '[능력치] 무력 +5 +(5년마다 +1)'; + protected $info = '[능력치] 무력 +5 +(4년마다 +1)'; protected $cost = 200; protected $consumable = false; diff --git a/hwe/sammo/ActionItem/che_능력치_지력_이강주.php b/hwe/sammo/ActionItem/che_능력치_지력_이강주.php index 598d4954..d538e8ec 100644 --- a/hwe/sammo/ActionItem/che_능력치_지력_이강주.php +++ b/hwe/sammo/ActionItem/che_능력치_지력_이강주.php @@ -12,7 +12,7 @@ class che_능력치_지력_이강주 extends \sammo\BaseItem{ protected $rawName = '이강주'; protected $name = '이강주(지력)'; - protected $info = '[능력치] 지력 +5 +(5년마다 +1)'; + protected $info = '[능력치] 지력 +5 +(4년마다 +1)'; protected $cost = 200; protected $consumable = false; diff --git a/hwe/sammo/ActionItem/che_능력치_통솔_보령압주.php b/hwe/sammo/ActionItem/che_능력치_통솔_보령압주.php index 1e0f9ca2..158035a6 100644 --- a/hwe/sammo/ActionItem/che_능력치_통솔_보령압주.php +++ b/hwe/sammo/ActionItem/che_능력치_통솔_보령압주.php @@ -12,7 +12,7 @@ class che_능력치_통솔_보령압주 extends \sammo\BaseItem{ protected $rawName = '보령압주'; protected $name = '보령압주(통솔)'; - protected $info = '[능력치] 통솔 +5 +(5년마다 +1)'; + protected $info = '[능력치] 통솔 +5 +(4년마다 +1)'; protected $cost = 200; protected $consumable = false;