몰수 시 NPC 반항 에러

This commit is contained in:
2018-04-19 01:50:01 +09:00
parent 595c11a9a7
commit 3b6e7c5c28
+2 -1
View File
@@ -187,7 +187,8 @@ function process_24(&$general) {
$src, $src,
$str, $str,
new \DateTime(), new \DateTime(),
new \DateTime('9999-12-31') new \DateTime('9999-12-31'),
[]
); );
$msg->send(); $msg->send();
} }