From cb6a09ec713e6a9e0e373a726e28ea52f2a18b50 Mon Sep 17 00:00:00 2001 From: Jinhyun Kim Date: Sun, 9 Oct 2022 21:44:08 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B2=9C=ED=86=B5=20=ED=9B=84=20?= =?UTF-8?q?=EC=84=9C=EB=B2=84=EC=8B=9C=EB=93=9C=20=EC=B6=9C=EB=A0=A5=20?= =?UTF-8?q?=EC=8B=9C=20=EA=B4=84=ED=98=B8=EB=A5=BC=20=EC=97=B4=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EA=B3=A0=20=EB=8B=AB=EC=95=98=EB=8D=98=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95?= 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 623f4b5a..6ecfe45b 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -1241,7 +1241,7 @@ function checkEmperior() ]); $hiddenSeed = UniqueConst::$hiddenSeed; - $history = ["●{$admin['year']}년 {$admin['month']}월:【통일】{$nation['name']}{$josaYi} 전토를 통일하였습니다. (서버시드: $hiddenSeed})"]; + $history = ["●{$admin['year']}년 {$admin['month']}월:【통일】{$nation['name']}{$josaYi} 전토를 통일하였습니다. (서버시드: {$hiddenSeed})"]; pushGlobalHistoryLog($history, $admin['year'], $admin['month']); //연감 월결산 -- 2.54.0