Add Packet :: Server -> Client category

This commit is contained in:
Akkadius
2015-02-01 02:11:58 -06:00
parent d75c632d73
commit 081a61a948
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -78,6 +78,7 @@ namespace Logs{
MySQLQuery,
Mercenaries,
QuestDebug,
Server_Client_Packet,
MaxCategoryID /* Don't Remove this*/
};
@@ -122,6 +123,7 @@ namespace Logs{
"MySQL Query",
"Mercenaries",
"Quest Debug",
"Packet :: Server -> Client",
};
}