From 99736d187b61fe09fea78e69869bcc03abe0ffac Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 18 Sep 2018 02:15:48 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B5=ED=95=A9=20=EC=A0=9C=EC=9D=98=20?= =?UTF-8?q?=EC=9E=84=EC=8B=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_diplomacy.php | 2 +- hwe/func.php | 2 +- hwe/func_command.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/b_diplomacy.php b/hwe/b_diplomacy.php index de96758b..f0c9ef36 100644 --- a/hwe/b_diplomacy.php +++ b/hwe/b_diplomacy.php @@ -177,7 +177,7 @@ for($i=0; $i < $nationcount; $i++) { "; } ?> - align=center>불가침 : @, 통합 : , 합병 : , 통상 : ㆍ, 선포 : , 교전 : + align=center>불가침 : @, 합병 : , 통상 : ㆍ, 선포 : , 교전 : diff --git a/hwe/func.php b/hwe/func.php index 2e3ab3a6..67a1784e 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -709,7 +709,7 @@ function CoreCommandTable() { addCommand("몰수", 24, $valid); commandGroup("", 1); commandGroup("====== 외 교 ======"); - addCommand("통합 제의", 53, $valid); + //addCommand("통합 제의", 53, $valid); addCommand("항복 권고", 51, $valid); if($nation['level'] >= 2) { diff --git a/hwe/func_command.php b/hwe/func_command.php index cc581f99..46465e58 100644 --- a/hwe/func_command.php +++ b/hwe/func_command.php @@ -511,7 +511,7 @@ function processCommand($no) { case 27: process_27($general); break; //발령 case 51: process_51($general); break; //항복권고 case 52: process_52($general); break; //원조 - case 53: process_53($general); break; //통합제의 + //case 53: process_53($general); break; //통합제의 case 61: process_61($general); break; //불가침제의 case 62: process_62($general); break; //선전 포고 case 63: process_63($general); break; //종전 제의