game table을 대상으로 하는 update, select에서 no=1 과 관련된 부분을 limit 1 로 변경
This commit is contained in:
@@ -68,7 +68,7 @@ function CoreTurnTable() {
|
||||
function allButton() {
|
||||
|
||||
global $_basecolor2;
|
||||
$npcmode = DB::db()->queryFirstField("select npcmode from game where no='1'");
|
||||
$npcmode = DB::db()->queryFirstField("select npcmode from game limit 1");
|
||||
if($npcmode == 1) {
|
||||
$site = "a_npcList.php";
|
||||
$call = "빙의일람";
|
||||
|
||||
Reference in New Issue
Block a user