From a62cc65b5368b84fa1f43441d19faff560ffd552 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 7 Aug 2021 04:41:16 +0900 Subject: [PATCH] =?UTF-8?q?setInheritancePoint=20=EC=97=90=EC=84=9C=20$val?= =?UTF-8?q?ue=200=20=EC=84=B8=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/General.php b/hwe/sammo/General.php index 6943322f..9c5f1a7b 100644 --- a/hwe/sammo/General.php +++ b/hwe/sammo/General.php @@ -1231,7 +1231,7 @@ class General implements iAction{ if($storeType !== true){ throw new \InvalidArgumentException("{$key}는 직접 저장형 유산 포인트가 아님"); } - if($multiplier != 1){ + if($multiplier != 1 && $value != 0){ throw new \InvalidArgumentException("{$key}는 1:1 유산 포인트가 아님"); }