game 테이블의 img를 show_img_level로 변경

This commit is contained in:
2018-03-29 00:27:03 +09:00
parent 38986b65f8
commit 78260ecf30
28 changed files with 69 additions and 66 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ if($id_num) {
}
//특회 전콘
if($admin['img'] >= 1 && $member['grade'] >= 1 && $member['picture'] != "" && $pic == 1) {
if($admin['show_img_level'] >= 1 && $member['grade'] >= 1 && $member['picture'] != "" && $pic == 1) {
$face = $member['picture'];
$imgsvr = $member['imgsvr'];
} else {