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(); }