refeshNationStaticInfo 함수 추가

getNationStaticInfo 함수에 level 추가
This commit is contained in:
2018-02-24 02:47:50 +09:00
parent e5d923643d
commit b28603d16f
7 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -1861,7 +1861,7 @@ function ConquerCity($connect, $game, $general, $city, $nation, $destnation) {
$query = "update general set atmos=atmos*0.8 where nation='{$destnation['nation']}'";
MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
getNationStaticInfo(null, true);
refreshNationStaticInfo();
}
}