From 9280cc841cea851990c0c976de59de34ae38d9cc Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 25 Apr 2020 05:09:00 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_time_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_time_event.php b/hwe/func_time_event.php index 193c7cad..1b925f5a 100644 --- a/hwe/func_time_event.php +++ b/hwe/func_time_event.php @@ -322,7 +322,7 @@ function processRiceIncome() { $nationList = $db->query('SELECT name,level,nation,capital,rice,rate_tmp,bill,type from nation'); $cityListByNation = Util::arrayGroupBy($db->query('SELECT * FROM city'), 'nation'); - $generalRawListByNation = Util::arrayGroupBy($db->query('SELECT no,name,nation,rice,officer_level,dedication,city FROM general'), 'nation'); + $generalRawListByNation = Util::arrayGroupBy($db->query('SELECT no,name,nation,rice,officer_level,dedication,city FROM general WHERE npc != 5'), 'nation'); //국가별 처리 foreach($nationList as $nation) {