잘못된 rate->trust 변경 복구

This commit is contained in:
2018-09-02 16:05:44 +09:00
parent a093b0f8e8
commit b13f3004e2
+1 -1
View File
@@ -205,7 +205,7 @@ function processAI($no) {
$result = MYDB_query($query, $connect) or Error("processAI02 ".MYDB_error($connect),"");
$city = MYDB_fetch_array($result);
$query = "select nation,level,tech,gold,rice,trust,type,color,name,war from nation where nation='{$general['nation']}'";
$query = "select nation,level,tech,gold,rice,rate,type,color,name,war from nation where nation='{$general['nation']}'";
$result = MYDB_query($query, $connect) or Error("processAI03 ".MYDB_error($connect),"");
$nation = MYDB_fetch_array($result)??[
'nation'=>0,