명전에 0 이하는 안받도록 변경
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user