From 4357fb387438c0b8b0638a80f8d074207464b873 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 5 Mar 2020 07:35:01 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=AD=ED=98=B8=20=EB=B3=80=EA=B2=BD=20warni?= =?UTF-8?q?ng=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- hwe/processing.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func.php b/hwe/func.php index 2695f724..25c71887 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -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{ diff --git a/hwe/processing.php b/hwe/processing.php index 71a393c4..cd5d4827 100644 --- a/hwe/processing.php +++ b/hwe/processing.php @@ -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회 가능합니다.