diff --git a/utils/sql/git/required/2015_02_02_logsys_packet_logs_with_dump.sql b/utils/sql/git/required/2015_02_02_logsys_packet_logs_with_dump.sql index 7da9af532..d0d4e78c8 100644 --- a/utils/sql/git/required/2015_02_02_logsys_packet_logs_with_dump.sql +++ b/utils/sql/git/required/2015_02_02_logsys_packet_logs_with_dump.sql @@ -1,2 +1,2 @@ REPLACE INTO `logsys_categories` (`log_category_id`, `log_category_description`) VALUES ('41', 'Packet: Server -> Client With Dump'); -REPLACE INTO `logsys_categories` (`log_category_id`, `log_category_description`) VALUES ('42', 'Packet: Server -> Client With Dump'); \ No newline at end of file +REPLACE INTO `logsys_categories` (`log_category_id`, `log_category_description`) VALUES ('42', 'Packet: Client -> Server With Dump');