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{