From 1c4697c2eb008102cf1295c9486e9055fd440651 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 2 May 2020 01:09:41 +0900 Subject: [PATCH] =?UTF-8?q?=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/c_tournament.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/c_tournament.php b/hwe/c_tournament.php index eec353f5..accbc55d 100644 --- a/hwe/c_tournament.php +++ b/hwe/c_tournament.php @@ -23,7 +23,7 @@ $gameStor = KVStorage::getStorage($db, 'game_env'); $admin = $gameStor->getValues(['tournament','phase','tnmt_type','develcost']); -$me = $db->queryFirstList('SELECT no,name,tournament from general where owner=%i',$userID); +$me = $db->queryFirstRow('SELECT no,name,tournament from general where owner=%i',$userID); switch($admin['tnmt_type']) { case 0: $tp = "total"; $tp2 = "전력전"; $tp3 = "leadership+strength+intel"; break;