Add File 2015_02_01_logsys_packet_logs.sql

This commit is contained in:
Akkadius 2015-02-01 21:43:50 -06:00
parent 5daa29aa3f
commit 8aa8982b66

View File

@ -0,0 +1,3 @@
REPLACE INTO `logsys_categories` (`log_category_id`, `log_category_description`) VALUES ('39', 'Packet: Server -> Client');
REPLACE INTO `logsys_categories` (`log_category_id`, `log_category_description`) VALUES ('5', 'Packet: Client -> Server');
REPLACE INTO `logsys_categories` (`log_category_id`, `log_category_description`) VALUES ('40', 'Packet: Client -> Server Unhandled');