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 유산 포인트가 아님"); }