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