임관, 전쟁 켬/끔 제한 삭제

This commit is contained in:
2018-02-01 00:45:34 +09:00
parent 3b862b53eb
commit 4d925b111d
3 changed files with 21 additions and 24 deletions
+1 -2
View File
@@ -994,8 +994,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);