수동 토너먼트 버그 수정

This commit is contained in:
2020-07-07 15:24:48 +09:00
parent 8f9d695ca6
commit 189db2a051
+1 -1
View File
@@ -523,7 +523,7 @@ function selection($tnmt_type, $tnmt, $phase) {
if($phase < 31) {
$gameStor->phase+=1;
} else {
$gameStor->tournamemt = 4;
$gameStor->tournament = 4;
$gameStor->phase=0;
}
}