임관, 전쟁 켬/끔 무제한

This commit is contained in:
2018-02-01 00:17:23 +09:00
committed by Hide_D
parent 2ae9561c8c
commit 5c9089b89e
3 changed files with 21 additions and 24 deletions
+1 -2
View File
@@ -5100,8 +5100,7 @@ function updateNationState($connect) {
$gennum = $gencount;
if($gencount < 10) $gencount = 10;
//기술 및 변경횟수 업데이트
$myset = $nation[level] + 1;
$query = "update nation set tech=totaltech/'$gencount',gennum='$gennum',myset='$myset' where nation='$nation[nation]'";
$query = "update nation set tech=totaltech/'$gencount',gennum='$gennum' where nation='$nation[nation]'";
MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
}
pushHistory($connect, $history);