From 2f9d2e2bc27494facbef07c444ffb99f62da7445 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 02:36:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EB=B0=A9=EC=8B=9C=20color=20=ED=95=84?= =?UTF-8?q?=EC=9A=94=ED=95=98=EB=8D=98=20=EC=A0=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/c_myBossInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/c_myBossInfo.php b/hwe/c_myBossInfo.php index 4dc89fad..f56dba4f 100644 --- a/hwe/c_myBossInfo.php +++ b/hwe/c_myBossInfo.php @@ -80,7 +80,7 @@ if($me['nation'] != $general['nation']){ } if($btn == "추방") { - $query = "select name,l{$meLevel}set,chemi from nation where nation='{$me['nation']}'"; + $query = "select name,l{$meLevel}set,chemi,color from nation where nation='{$me['nation']}'"; $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $nation = MYDB_fetch_array($result);