국호 변경 warning 수정
This commit is contained in:
+1
-1
@@ -832,7 +832,7 @@ function CoreCommandTable() {
|
||||
} else {
|
||||
addCommand("국기 변경", 81, 0);
|
||||
}
|
||||
if($nation['level']==7 && !$nationAux['used_82']??0){
|
||||
if($nation['level']==7 && !($nationAux['used_82']??0)){
|
||||
addCommand("국호 변경", 82, 1);
|
||||
}
|
||||
else{
|
||||
|
||||
+1
-1
@@ -2634,7 +2634,7 @@ function command_82($turn, $command) {
|
||||
|
||||
starter("국호변경");
|
||||
|
||||
if($nation && $nation['level'] == 7 && !$nationAux['used_82']??0){
|
||||
if($nation && $nation['level'] == 7 && !($nationAux['used_82']??0)){
|
||||
?>
|
||||
나라의 이름을 바꿉니다. 황제가 된 후 1회 가능합니다.<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user