j_set_general_command, j_set_nation_command 구현

This commit is contained in:
2018-11-25 20:35:29 +09:00
parent be0439f771
commit c8f72b5f14
5 changed files with 274 additions and 28 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ function command_99($turn) {
$me = MYDB_fetch_array($result);
if($me['level'] >= 5) {
setNationCommand($me['nation'], $me['level'], range(0, $turn - 1), 'che_휴식');
_setNationCommand($me['nation'], $me['level'], range(0, $turn - 1), 'che_휴식');
}
header('location:b_chiefcenter.php');