v0.7.3까지 반영 #114

Closed
Hide_D wants to merge 310 commits from devel into master
Showing only changes of commit b9a0e7f3fa - Show all commits
+4
View File
@@ -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'],