NPC 추방시 warning

This commit is contained in:
2018-04-19 02:34:38 +09:00
parent 4af10fb485
commit 0ce5a88e49
+1 -1
View File
@@ -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);