From 8c2f4f9dc972d1dab1271fca1426d0d48a41643f Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Apr 2018 01:51:27 +0900 Subject: [PATCH] =?UTF-8?q?Message=20=EB=A7=88=EC=A7=80=EB=A7=89=20?= =?UTF-8?q?=EC=9D=B8=EC=9E=90=EA=B0=80=20=EC=97=86=EC=97=87=20=E3=85=93?= =?UTF-8?q?=ED=84=B0=EC=A7=80=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/c_myBossInfo.php | 3 ++- hwe/func_npc.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/hwe/c_myBossInfo.php b/hwe/c_myBossInfo.php index 795b5bdd..07ba31d8 100644 --- a/hwe/c_myBossInfo.php +++ b/hwe/c_myBossInfo.php @@ -179,7 +179,8 @@ if($btn == "추방") { $src, $str, new \DateTime(), - new \DateTime('9999-12-31') + new \DateTime('9999-12-31'), + [] ); $msg->send(); } diff --git a/hwe/func_npc.php b/hwe/func_npc.php index 724e3953..3aea1334 100644 --- a/hwe/func_npc.php +++ b/hwe/func_npc.php @@ -301,7 +301,8 @@ function processAI($no) { $src, $general['npcmsg'], new \DateTime(), - new \DateTime('9999-12-31') + new \DateTime('9999-12-31'), + [] ); $msg->send(); }