베팅수익률 오타

This commit is contained in:
2018-07-01 15:34:20 +09:00
parent 97ceaf221c
commit 0f0bea61d0
+1 -1
View File
@@ -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{