'참여' 텍스트 1차 제거 DB는 다음에

This commit is contained in:
2018-01-28 23:56:01 +09:00
parent dc56de8afd
commit 6d30e40cd3
8 changed files with 18 additions and 60 deletions
-1
View File
@@ -22,7 +22,6 @@ for($i=0; $i < $_serverCount; $i++) {
<div class='Entrance_ServerListDown'><br>- 폐 쇄 중 -</div>
</div>
";
//<br>(참여금이 모여 운영비가 마련될수록 많은 서버가 열립니다!)
} else {
$rs = $DBS[$i]->Select('ISUNITED, NPCMODE, YEAR, MONTH, SCENARIO, MAXGENERAL, TURNTERM', 'game', "NO='1'");
$game = $DBS[$i]->Get($rs);