setInheritancePoint 에서 $value 0 세팅

This commit is contained in:
2021-08-07 04:41:16 +09:00
parent a1875e85a5
commit a62cc65b53
+1 -1
View File
@@ -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 유산 포인트가 아님");
}