From 60e83f832402cc50d8e3f8e8cd28a461d30aa8dd Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 27 Jun 2018 01:26:02 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index 4a8a5d25..39fd2406 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -2120,7 +2120,7 @@ function CheckHall($no) { //수익률인데 1000미만시 스킵 if($typeName === 'betrate' && $general['betgold'] < 1000) { continue; } - if($general[$typename]<=0){ + if($general[$typeName]<=0){ continue; }