refeshNationStaticInfo 함수 추가
getNationStaticInfo 함수에 level 추가
This commit is contained in:
+1
-1
@@ -1042,7 +1042,7 @@ function RegCity($connect, $nation, $name, $cap=0) {
|
||||
if($cap > 0) {
|
||||
@MYDB_query("update nation set capital='$city' where nation='$nation'",$connect) or Error(__LINE__.MYDB_error($connect),"");
|
||||
}
|
||||
getNationStaticInfo(null, true);
|
||||
refreshNationStaticInfo();
|
||||
}
|
||||
|
||||
function Promotion($connect, $nation, $level) {
|
||||
|
||||
Reference in New Issue
Block a user