defulatGold, defaultRice 개념 지정

This commit is contained in:
2018-11-11 19:38:43 +09:00
parent 68a471b859
commit 88f97ecb4e
14 changed files with 232 additions and 128 deletions
+1 -1
View File
@@ -2149,7 +2149,7 @@ function CheckHall($no) {
//토너승률인데 50회 미만시 스킵
if($typeName === 'tirate' && $general['ti'] < 50) { continue; }
//수익률인데 1000미만시 스킵
if($typeName === 'betrate' && $general['betgold'] < 1000) { continue; }
if($typeName === 'betrate' && $general['betgold'] < GameConst::$defaultGold) { continue; }
if($general[$typeName]<=0){
continue;