From b89c045f85b193c1171ce585ded0064d6c8d4f53 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 22 May 2023 02:41:17 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=B2=9C=ED=95=98=ED=86=B5=EC=9D=BC=20?= =?UTF-8?q?=EC=8B=9C=20=EA=B5=B0=EC=A3=BC=EC=97=90=EC=84=B8=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=BC=EC=A1=B1=EC=9D=B4=20=EC=B9=A8=EC=9E=85=20=EC=9D=B4?= =?UTF-8?q?=EB=B2=A4=ED=8A=B8=20=EA=B6=8C=ED=95=9C=20=EB=B6=80=EC=97=AC=20?= =?UTF-8?q?-=20=EC=84=B8=EA=B0=80=EC=A7=80=20=EC=A2=85=EB=A5=98=20?= =?UTF-8?q?=EB=82=9C=EC=9D=B4=EB=8F=84=20=20=20-=20=EC=B2=9C=ED=86=B5?= =?UTF-8?q?=EA=B5=AD=EA=B0=80=20=EA=B8=B0=EC=A4=80=20[=EC=9E=A5=EC=88=98?= =?UTF-8?q?=20=EC=88=98,=20=EC=A2=85=ED=95=A9=20=EC=8A=A4=ED=83=AF,=20?= =?UTF-8?q?=EA=B8=B0=EC=88=A0=20=EC=88=98=EC=B9=98,=20=EC=88=99=EB=A0=A8?= =?UTF-8?q?=20=EC=88=98=EC=B9=98]=20=20=20-=20=EC=96=B4=EB=A0=A4=EC=9B=80:?= =?UTF-8?q?=20=202=EB=B0=B0,=201.2=EB=B0=B0,=20=EC=B5=9C=EA=B3=A0=EB=93=B1?= =?UTF-8?q?=EA=B8=89,=201=EB=B0=B0=20=20=20-=20=EB=B3=B4=ED=86=B5:=202?= =?UTF-8?q?=EB=B0=B0,=201.2=EB=B0=B0,=20=EB=8F=99=EC=9D=BC=20=EA=B8=B0?= =?UTF-8?q?=EC=88=A0,=200.5=EB=B0=B0=20=20=20-=20=EC=89=AC=EC=9B=80:=201?= =?UTF-8?q?=EB=B0=B0,=201=EB=B0=B0,=2020%=20=EB=82=AE=EC=9D=80=20=EA=B8=B0?= =?UTF-8?q?=EC=88=A0,=20=EC=88=99=EB=A0=A8=20=EC=97=86=EC=9D=8C=20-=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=BC=EC=A1=B1=20=EB=A9=B8=EB=A7=9D=EC=8B=9C=20?= =?UTF-8?q?=ED=83=80=20=EC=9D=B4=EB=AF=BC=EC=A1=B1=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=9E=84=EA=B4=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 68490651..9c777a20 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -908,6 +908,11 @@ function checkEmperior() //연감 월결산 LogHistory(); + + $invaderMsgs = RaiseInvaderMessage::buildRaiseInvaderMessage($chiefs[12]['no']); + foreach($invaderMsgs as $invaderMsg){ + $invaderMsg->send(); + } } function updateMaxDomesticCritical(General $general, $score)