setInheritancePoint 에서 $value 0 세팅
This commit is contained in:
@@ -1231,7 +1231,7 @@ class General implements iAction{
|
|||||||
if($storeType !== true){
|
if($storeType !== true){
|
||||||
throw new \InvalidArgumentException("{$key}는 직접 저장형 유산 포인트가 아님");
|
throw new \InvalidArgumentException("{$key}는 직접 저장형 유산 포인트가 아님");
|
||||||
}
|
}
|
||||||
if($multiplier != 1){
|
if($multiplier != 1 && $value != 0){
|
||||||
throw new \InvalidArgumentException("{$key}는 1:1 유산 포인트가 아님");
|
throw new \InvalidArgumentException("{$key}는 1:1 유산 포인트가 아님");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user