Message 마지막 인자가 없엇 ㅓ터지는 버그 수정
This commit is contained in:
@@ -179,7 +179,8 @@ if($btn == "추방") {
|
||||
$src,
|
||||
$str,
|
||||
new \DateTime(),
|
||||
new \DateTime('9999-12-31')
|
||||
new \DateTime('9999-12-31'),
|
||||
[]
|
||||
);
|
||||
$msg->send();
|
||||
}
|
||||
|
||||
+2
-1
@@ -301,7 +301,8 @@ function processAI($no) {
|
||||
$src,
|
||||
$general['npcmsg'],
|
||||
new \DateTime(),
|
||||
new \DateTime('9999-12-31')
|
||||
new \DateTime('9999-12-31'),
|
||||
[]
|
||||
);
|
||||
$msg->send();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user