mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-24 16:42:24 +00:00
Fix for mis-named logsys category [skip ci]
This commit is contained in:
parent
f402e96b96
commit
5f3d3a3539
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user