From 4468e5fa0681289dfe604f0c17a994f8ca7db07b Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 9 Mar 2019 00:59:16 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EB=A0=B9=ED=84=B4=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=ED=9B=84=20=EC=9E=AC=20=EB=A1=9C=EB=93=9C=EC=8B=9C=20?= =?UTF-8?q?=EC=88=98=EB=B9=84=20=EC=BC=AC=EB=81=94=20=EB=A6=AC=EC=85=8B=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20=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_command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_command.php b/hwe/func_command.php index 7c7d3a16..82e5b968 100644 --- a/hwe/func_command.php +++ b/hwe/func_command.php @@ -538,7 +538,7 @@ function processCommand($no) { } //장수정보 재로드 - $query = "select npc,no,name,picture,imgsvr,nation,nations,city,troop,injury,affinity,leader,leader2,power,power2,intel,intel2,experience,dedication,level,gold,rice,crew,crewtype,train,atmos,weap,book,horse,item,turntime,makenation,makelimit,killturn,block,dedlevel,explevel,age,belong,personal,special,special2,term,turn0,dex0,dex10,dex20,dex30,dex40,warnum,killnum,deathnum,killcrew,deathcrew,recwar from general where no='$no'"; + $query = "select npc,no,name,picture,imgsvr,nation,nations,city,troop,injury,affinity,leader,leader2,power,power2,intel,intel2,experience,dedication,level,gold,rice,crew,crewtype,train,atmos,weap,book,horse,item,turntime,makenation,makelimit,killturn,block,dedlevel,explevel,age,belong,personal,special,special2,term,turn0,dex0,dex10,dex20,dex30,dex40,warnum,killnum,deathnum,killcrew,deathcrew,recwar,myset from general where no='$no'"; $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); $general = MYDB_fetch_array($result); }