From a427ddff83725b069052bc88807b02b50f1bf59b Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 7 Jul 2020 15:24:48 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EB=8F=99=20=ED=86=A0=EB=84=88?= =?UTF-8?q?=EB=A8=BC=ED=8A=B8=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_tournament.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_tournament.php b/hwe/func_tournament.php index f899161e..5a94b016 100644 --- a/hwe/func_tournament.php +++ b/hwe/func_tournament.php @@ -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; } }