From 0f0bea61d009fd67325a7d4873249c5f28b0efca Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 1 Jul 2018 15:34:20 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=A0=ED=8C=85=EC=88=98=EC=9D=B5=EB=A5=A0?= =?UTF-8?q?=20=EC=98=A4=ED=83=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_bestGeneral.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/a_bestGeneral.php b/hwe/a_bestGeneral.php index 4bc2c8ca..9ed3378e 100644 --- a/hwe/a_bestGeneral.php +++ b/hwe/a_bestGeneral.php @@ -138,7 +138,7 @@ $types = [ ["베 팅 당 첨", "int", function($v){$v['value'] = $v['betwin']; return $v; }], ["베 팅 수 익 금", "int", function($v){$v['value'] = $v['betwingold']; return $v; }], ["베 팅 수 익 률", "percent", function($v){ - if($v['getgold'] < 1000){ + if($v['betgold'] < 1000){ $v['value'] = 0; } else{