From 0ce5a88e49e513c799ca26c1fe5dd06979843636 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 02:34:38 +0900 Subject: [PATCH] =?UTF-8?q?NPC=20=EC=B6=94=EB=B0=A9=EC=8B=9C=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/c_myBossInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/c_myBossInfo.php b/hwe/c_myBossInfo.php index 07ba31d8..4dc89fad 100644 --- a/hwe/c_myBossInfo.php +++ b/hwe/c_myBossInfo.php @@ -20,7 +20,7 @@ $userID = Session::getUserID(); $db = DB::db(); $connect=$db->get(); -$query = "select startyear,year,month from game limit 1"; +$query = "select startyear,year,month,scenario from game limit 1"; $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $admin = MYDB_fetch_array($result);