diff --git a/code/modules/admin/sql_message_system.dm b/code/modules/admin/sql_message_system.dm index 6f6b9cf9629..114772dda88 100644 --- a/code/modules/admin/sql_message_system.dm +++ b/code/modules/admin/sql_message_system.dm @@ -651,7 +651,7 @@ WHERE type = :type AND deleted = 0 AND (expire_timestamp > NOW() OR expire_timestamp IS NULL) - AND ((type != 'message' AND type != 'watchlist entry') OR targetckey = :targetckey) + AND (type = 'memo' OR targetckey = :targetckey) [after_timestamp? "AND timestamp > :after_timestamp": ""] [!show_secret? "AND secret = 0": ""] "}, parameters)