From 808f67417354636a4db07fefc3ec056708bac15a Mon Sep 17 00:00:00 2001 From: hide_d Date: Mon, 18 May 2020 09:55:00 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/c_tournament.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/c_tournament.php b/hwe/c_tournament.php index 259c98f4..7d40c74f 100644 --- a/hwe/c_tournament.php +++ b/hwe/c_tournament.php @@ -49,6 +49,7 @@ if($btn == '참가') { $general['gold'] -= $admin['develcost']; $freeSlot = [ + 0=>8, 1=>8, 2=>8, 3=>8, @@ -56,7 +57,6 @@ if($btn == '참가') { 5=>8, 6=>8, 7=>8, - 8=>8, ]; foreach($db->query('SELECT count(*) as cnt, grp FROM tournament WHERE grp < 10 GROUP BY grp') as $grpInfo){ if($grpInfo['cnt'] == 8){