수동 토너먼트 버그 수정

This commit is contained in:
2020-07-07 15:24:48 +09:00
parent b62ee6e820
commit a427ddff83
+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;
}
}