추방시 color 필요하던 점

This commit is contained in:
2018-04-19 02:36:11 +09:00
parent 20d7e005a0
commit 2f9d2e2bc2
+1 -1
View File
@@ -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);