From c83f9a0465889c1d12d4dac0d049c4f4297e525c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 8 Jun 2024 14:43:40 +0000 Subject: [PATCH] =?UTF-8?q?game:=20=ED=9C=B4=EC=A0=84=20->=20=EC=A2=85?= =?UTF-8?q?=EC=A0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index ed2dca4d..6bb0b224 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -372,7 +372,7 @@ function postUpdateMonthly(RandUtil $rng) continue; } - //양측 기간 모두 0이 되는 상황이면 휴전 + //양측 기간 모두 0이 되는 상황이면 종전 $nation1 = getNationStaticInfo($me); $name1 = $nation1['name']; $nation2 = getNationStaticInfo($you); @@ -381,7 +381,7 @@ function postUpdateMonthly(RandUtil $rng) $josaWa = JosaUtil::pick($name1, '와'); $josaYi = JosaUtil::pick($name2, '이'); - $globalLogger->pushGlobalHistoryLog("【휴전】$name1{$josaWa} $name2{$josaYi} 휴전합니다."); + $globalLogger->pushGlobalHistoryLog("【종전】$name1{$josaWa} $name2{$josaYi} 종전합니다."); $db->update('diplomacy', [ 'state' => 2, 'term' => 0,