From fff6b4e155cbca6122d53270ffaff3de47847b06 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 13 Jun 2018 10:20:48 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=EC=A0=84=EC=8B=9C=20=EC=A1=B0?= =?UTF-8?q?=EC=82=AC=20=EB=B2=84=EA=B7=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index e6988b81..7bdaa845 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -514,7 +514,7 @@ group by A.nation $josaYi = JosaUtil::pick($name2, '이'); $josaWa = JosaUtil::pick($name1, '와'); - $history[] = "●{$admin['year']}년 {$admin['month']}월:【개전】$name1{$josaWa}과 $name2{$josaYi} 전쟁을 시작합니다."; + $history[] = "●{$admin['year']}년 {$admin['month']}월:【개전】$name1{$josaWa} $name2{$josaYi} 전쟁을 시작합니다."; } //휴전국 로그 $query = "select A.me as me,A.you as you,A.term as term1,B.term as term2 from diplomacy A, diplomacy B where A.me=B.you and A.you=B.me and A.state='0' and A.me