Fix for mis-named logsys category [skip ci]

This commit is contained in:
Uleat 2019-11-07 19:22:45 -05:00
parent f402e96b96
commit 5f3d3a3539

View File

@ -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');
REPLACE INTO `logsys_categories` (`log_category_id`, `log_category_description`) VALUES ('42', 'Packet: Client -> Server With Dump');