From 5f3d3a35392851301c4b9e19d780ee4381974711 Mon Sep 17 00:00:00 2001 From: Uleat Date: Thu, 7 Nov 2019 19:22:45 -0500 Subject: [PATCH] Fix for mis-named logsys category [skip ci] --- .../git/required/2015_02_02_logsys_packet_logs_with_dump.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');