Add MySQL query category

This commit is contained in:
Akkadius 2015-01-19 23:52:11 -06:00
parent 45560f6654
commit f239b113b9

View File

@ -75,6 +75,7 @@ namespace Logs{
World_Server,
Zone_Server,
MySQLError,
MySQLQuery,
MaxCategoryID /* Don't Remove this*/
};
@ -116,6 +117,7 @@ namespace Logs{
"World Server",
"Zone Server",
"MySQL Error",
"MySQL Query",
};
}