From ceac040d82fdbb863c504f3f70b02e17ac9b8ecb Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 27 Jun 2018 01:25:50 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=85=EC=A0=84=EC=97=90=200=20=EC=9D=B4?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=EC=95=88=EB=B0=9B=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hwe/func.php b/hwe/func.php index 42d4738a..4a8a5d25 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -2120,6 +2120,10 @@ function CheckHall($no) { //수익률인데 1000미만시 스킵 if($typeName === 'betrate' && $general['betgold'] < 1000) { continue; } + if($general[$typename]<=0){ + continue; + } + $aux = [ 'name'=>$general['name'], 'nationName'=>$nation['name'],