From 261bce63202abc181447ea030c7965dc5fefe4b9 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sun, 17 Apr 2022 21:19:35 +0900 Subject: [PATCH] =?UTF-8?q?fix,misc:=20=EC=88=99=EB=A0=A8=20=EB=93=B1?= =?UTF-8?q?=EA=B8=89=20=EC=9E=85=EB=A0=A5=EC=8B=9C=20=EC=9D=8C=EC=88=98?= =?UTF-8?q?=EC=9D=B8=20=EA=B2=BD=EC=9A=B0=EC=97=90=EB=8F=84=200=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=A0=95=EC=83=81=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_converter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_converter.php b/hwe/func_converter.php index 23abc958..8969efab 100644 --- a/hwe/func_converter.php +++ b/hwe/func_converter.php @@ -666,7 +666,7 @@ function getDexCall(int $dex) : string { function getDexLevel(int $dex) : int { if($dex < 0){ - throw new \InvalidArgumentException(); + return 0; } $retVal = 0;