일부 수정. 버그 수정.

This commit is contained in:
2019-04-28 00:18:36 +09:00
parent 820c72820d
commit b1c63d7f5e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ function fillLowGenAll() {
$gameStor->tournament = 2;
$gameStor->phase = 0;
$currentJoinerCnt = sum($grpCount);
$currentJoinerCnt = array_sum($grpCount);
if($currentJoinerCnt == 64){
return;
}