Merge commit 'b6f76562e2c6999af16502d802bd523a8484e167' into ng_turn

This commit is contained in:
2019-04-07 22:44:43 +09:00
13 changed files with 284 additions and 33 deletions
+2 -2
View File
@@ -275,8 +275,8 @@ class Message
return '본인의 메시지만 삭제할 수 있습니다.';
}
if($msgObj->msgType == Message::MSGTYPE_DIPLOMACY){
return '외교 메시지는 삭제할 수 없습니다.';
if($msgObj instanceof DiplomaticMessage){
return '시스템 외교 메시지는 삭제할 수 없습니다.';
}
$prev5min = new \DateTime();