스킨 기능 삭제

This commit is contained in:
2018-03-29 22:32:23 +09:00
parent 3082a3f0d9
commit e87fff35ee
28 changed files with 120 additions and 230 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ function commandButton() {
}
$db = DB::db();
$me = $db->queryFirstRow("select skin,no,nation,level,belong from general where no=%i", $generalID);
$me = $db->queryFirstRow("select no,nation,level,belong from general where no=%i", $generalID);
$nation = $db->queryFirstRow("select nation,color,secretlimit from nation where nation=%i",$me['nation']);