generalID 부분 많이 수정.

index.php 로딩 에러 수정
This commit is contained in:
2018-04-01 04:31:56 +09:00
parent 762e7f72c3
commit 6edabd5bcb
18 changed files with 43 additions and 39 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ window.abilityPowint = abilityPowint;
<tr><td align=center><?php info($connect, 0, 1); ?></td></tr>
</table>
<?php
$query = "select img,maxgeneral from game limit 1";
$query = "select show_img_level,maxgeneral from game limit 1";
$result = MYDB_query($query, $connect) or Error("join ".MYDB_error($connect),"");
$admin = MYDB_fetch_array($result);